Subject: how to insert the *complete* content of a node
From: danilo <danilo_xml@xxxxxxxx>
Date: 21 Mar 2003 14:48:57 +0000
|
Hi all,
I've a problem I can't resolve:
I have some node that may contain *any* text, including xml/html-like
text.
I mean something like:
<mytag>blabla <foo>foo text</foo> other stuff </mytag>
I have to produce the complete content of the mytag tag:
blabla <foo>foo text</foo> other stuff
I've tried some combination, but I still can't do it,
the problem is that I do not know *which* tags and *how many* could be
nested in the mytag tag.
may anyone help me?
thanks,
Danilo.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|