This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I'm new to XML/XSL technologies. I would like to know if it is possible to format a text containing severals hyperlinks. For exemple if my xml file contains :
Is there a way for the result html page display hyperlink and NOT write :
Thanks. [ May 26, 2004: Message edited by: Rico Case ]
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Hi Rico, Standard XLST is not very suitable to transform text that looks like markup (the > < stuff). There you might be better of useing text replace functions. Or reevaluate if your description can be changed. Embedding links is one way, eventaully you could extract it: <desc>lore ipsum doloret</desc><moreinfo>http://someplace.com</moreinfo> Hth ;-) stw
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.