| This was the stylesheel that stripped names spaces, in the comment of my witangoxmlcleaner bean source. <xsl:output method="xml" omit-xml-declaration="yes" encoding="US-ASCII" indent="yes"/> <xsl:template match="/|comment()|processing-instruction()"> <xsl:copy> <xsl:apply-templates/> </xsl:copy> </xsl:template> <xsl:template match="*"> <xsl:element name="{local-name()}"> <xsl:apply-templates select="@*|node()"/> </xsl:element> </xsl:template> <xsl:template match="@*"> <xsl:attribute name="{local-name()}"> <xsl:value-of select="."/> </xsl:attribute> </xsl:template> </xsl:stylesheet> -- Robert Garcia President - BigHead Technology VP Application Development - eventpix.com 13653 West Park Dr Magalia, Ca 95954 ph: 530.645.4040 x222 fax: 530.645.4040 On Mar 21, 2006, at 5:43 PM, Robert Garcia wrote:
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf |
- Witango-Talk: XSLT and Namespaces John McGowan
- Re: Witango-Talk: XSLT and Namespaces Robert Garcia
- Re: Witango-Talk: XSLT and Namespaces Robert Garcia
- Re: Witango-Talk: XSLT and Namespaces John McGowan
- Re: Witango-Talk: XSLT and Namespaces Robert Garcia
