Bear with me as I'm fairly new to X-stuff.
e.g.
<?xml version="1.0"?>
<page>
<content>
This is some content text with a <link name="link" url="page2.asp" /> in it.
</content>
</page>
Obviously I'd like to output the contents of the content node, and while doing so convert the link node to a link (but without losing it's position in the text.
Possible? <insert witticism here>
codestorm
e.g.
<?xml version="1.0"?>
<page>
<content>
This is some content text with a <link name="link" url="page2.asp" /> in it.
</content>
</page>
Obviously I'd like to output the contents of the content node, and while doing so convert the link node to a link (but without losing it's position in the text.
Possible? <insert witticism here>
codestorm