M
mr.per.bergman
I have an XML file with mixed content like this:
<sometag>
some text...
some text...
<anothertag>
other text...
other text...
</anothertag>
some more text...
</sometag>
I have a stylesheet which processes <sometag>, which
in turn processes <anothertag>.
My problem is that my stylesheet will skip the text after
"</anothertag>. Is there a way to do this?
Per
<sometag>
some text...
some text...
<anothertag>
other text...
other text...
</anothertag>
some more text...
</sometag>
I have a stylesheet which processes <sometag>, which
in turn processes <anothertag>.
My problem is that my stylesheet will skip the text after
"</anothertag>. Is there a way to do this?
Per