This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mystery #3: rendering embedded HTML




> The problem has been narrowed to have something to do with the way I
> am invoking the Transformer class on a JDOM Document.

As I think Mike commented earlier it's more or less inevitable that a
transform that isn't directly written out to a file (or an in memory
string) will ignore d-o-e as disable-output-encoding is just a hint to
the XSLT engine's serialiser. If you are just passing a tree on to the
next application and not serialising the output then thatserialiser is
never used.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]