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.
The moose likes XML and Related Technologies and the fly likes XML XSL and hyperlink Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "XML XSL and hyperlink" Watch "XML XSL and hyperlink" New topic
Author

XML XSL and hyperlink

Rico Case
Greenhorn

Joined: May 26, 2004
Posts: 1
Hello,

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
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.
 
subject: XML XSL and hyperlink
 
Similar Threads
Specific XSL question
parsing data and storing in the xml
Have Problem in Running XML file with XSL
Servlet & Javascript
Character Mapping in XML/XSLT