[xsl] Empty Elements

Subject: [xsl] Empty Elements
From: UlyLee <ulyleeka@xxxxxxxxx>
Date: Mon, 10 Oct 2005 23:02:57 -0700 (PDT)
Using this template:

<xsl:template match="node()|@*">
<xsl:copy>
<xsl:apply-templates select="node()|@*" />
</xsl:copy>
</xsl:template>

on this source:

<AAA></AAA>

Will output:

<AAA/>

Which is basically the same as <AAA></AAA>, but is
there a way i can preserve the <AAA></AAA> format
instead of the <AAA/> format in thr output?

-- UlyLee



		
__________________________________ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/

Current Thread