[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: output xhtml with html style entities
There is no way of forcing entity references to be output, either in HTML or in XHTML output, because they are not part of the data model. Saxon provides some extensions for controlling it with HTML (though it seems that what it does by default is the format you happen to prefer), but in XHTML it's more difficult because you have to generate the DOCTYPE declaration as well. Why does it matter to you whether special characters are output as entity references, numeric character references, or as native Unicode characters? Mike Kay > -----Original Message----- > From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx > [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Thomas > Winkler > Sent: 19 January 2002 18:44 > To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx > Subject: output xhtml with html style entities > > > what would be the best way to output xhtml with xhtml/html entity > references? if you use xml output, what you need for generating xhtml, > the output is serialized into the defined character set, what > is indeed > what i expect. > > when you use html as output method the entities are per definition in > the generated document, but the xhtml code is "reduced" to > html. what i > mean is that the output is not well formed xml as intended. > > so what would be the best way, or am i missing something? > > even though saxon supports xhtml as output method its not > generating the > desired output. actually i am not looking for a saxon "only" solution, > although i prefer saxon. > > thank you once again, > thomas > > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|