Subject: Re: copying tags with attributes
From: disco <disco@xxxxxxxxxxxxxxx>
Date: Tue, 23 Nov 1999 19:03:39 -0500 (EST)
|
See the XSLT spec, section 7.5 for the "identity transformation".
Dan
On Wed, 24 Nov 1999, Guy Pirostsky wrote:
> Hi,
> How can I copy all tag with attributes?
>
> for example I have the following Tag in XML file
> <form name="queryForm" action="test.xml" method="post" target="results">
> <tag1/>
> <tag2/>
> </form>
>
> is there is easy way to preserve the <form> tag with attributes but process
> all tags inside it?
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|