|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Newbie Q: Namespace HandlingDavid Carlisle davidc at nag.co.ukThu May 3 18:44:45 PDT 2007
Priscilla wrote > Similarly, IE 6 does not properly italicize this: > <html:html xmlns:html="http://www.w3.org/1999/xhtml"> well, if it's served with an html mime type it wouldn't be correct to italicize it (since it's not html). If it is served with an xml mime type that IE knows about (eg application/xml but not application/xhtml+xml) then it _is_ parsed by a namespace aware parser, and the behaviour is the same with the prefixed and unprefixed versions. Just not the behaviour that you might wish..... One way to deal with that in IE is to add an xsl stylesheet via xml-stylesheet PI that does the unprefixing on the client, a simple one template styleshete is enough to unprefix XHTML, or you could use something like http://www.w3.org/Math/XSL/pmathml.xsl which will do the reverse (adding prefixes) to any embedded MathML at the same time. David ________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom. This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. ________________________________________________________________________
|
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
|






