|
I’m using the following: FileGenerator -> XSLTTransfomer -> XHTMLSerializer
Each time <xsl:call-template> is encountered, the Serializer places an empty “xmlns” attribute in the first tag it outputs, for example: <div xmlns="" id="bannerBlock">
All subsequent tags are fine until <xsl:call-template> is encountered again, at which point I get the empty ‘xmlns’ attribute again.
Though this doesn’t bother me, I’ve been asked to see if I can prevent this from happening. Any ideas?
Thanks, Matt
|
- Re: XHTMLSerializer and empty 'xmlns' attributes Matt Walter
- Re: XHTMLSerializer and empty 'xmlns' attributes [EMAIL PROTECTED]
- Re: XHTMLSerializer and empty 'xmlns' attributes Joerg Heinicke
- RE: XHTMLSerializer and empty 'xmlns' attribute... Lars Huttar
- Re: XHTMLSerializer and empty 'xmlns' attri... Joerg Heinicke
