Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Have requirement to change some span's content after page has been generated.
Natural solution for this seems looks like TransformerFactory with a custom transformer.
How to get TransformerFactory to parse <span></span> elements and transform them ? is there a good tutorial or src example ?
Thanks,
Peter
Solved! Go to Solution.
Check this example here - https://helpx.adobe.com/experience-manager/using/creating-link-rewrite.html. You need to implement your logic in startElement() method.
View solution in original post
Views
Likes
Replies