xsl-list
[Top] [All Lists]

Empty Elements

2005-10-10 23:02:57
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>