[Home] [By Thread] [By Date] [Recent Entries]

  • From: Paul M <pjmaip@y...>
  • To: xml-dev@l...
  • Date: Tue, 17 Aug 2010 07:39:05 -0700 (PDT)

I have this xml:
<myxml>
    <body>
                 <p xmlns="http://www.w3.org/1999/xhtml">Test</p>
    </body>
</myxml>

Firefox will attempt to render this as html.


<myxml>
    <body>
                <p>Test</p>
    </body>
</myxml>

Firefox will attempt to parse this as xml.

The response type has no affect on Firefox behavior.

Is there any method to force the first file to be parsed as xml and not rendered as xhtml with the namespace include?

Any information  appreciated...





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member