[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

Newbie Q: Namespace Handling

David Carlisle davidc at nag.co.uk
Thu May 3 18:44:45 PDT 2007


  Newbie Q: Namespace Handling
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!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.