xsl-list
[Top] [All Lists]

Re: [xsl] copy-of XHTML replicates end-tag when xsl:output is HTML

2011-12-21 09:32:11
The <br/> of Tidy's generated XHTML is being expanded by the copy-of to
<br></br> instead of being contracted to <br> as implied by the output
setting of HTML. If copy-of is able to detect the <br/> and perform an
implicit transform like that, I'm puzzled as to why it does it that way
round.


You are getting xhtml output somehow (not html)... it could be within
your transform, or the result of the transform isnt being serialised
but passed on to a subsequent step.

How are you running the transform?



-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
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>
--~--