Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XSL help

Status
Not open for further replies.

transparent

Programmer
Sep 15, 2001
333
GB
If I had an xml document such as:

<?xml version=&quot;1.0&quot;?>
<content>
<story>
hello this is an item. This is also an item2
</story>
</content>

Could I use an XSL document to place tags around the words
link and link2 ie

<?xml version=&quot;1.0&quot;?>
<content>
<story>
hello this is a <glossary>item</glossary>. This is also a <glossary>item2</glossary>
</story>
</content>

Cheers


 
Could I use an XSL document to place tags around the words
link and Link2 ie


I don't see these words in your sample xml.

Jordi Reineman
 
Sorry I mean't:

Could I use an XSL document to place tags around the words
item and item2

Cheers







 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top