ie recognizes this xml, but firefox doesn't
When I product the following xml using aspx (dot net) it works fine in both ie and firefox. When I produce the same xml using asp (classic), firefox just reads it as html, but ie seems to accept it as xml. I've heard of the whitespace issues before the opening <?xml tag, is there something else I'm missing.
Can someone provide a very simple asp (classic) based page that produces acceptable xml for firefox? Please? Thanks in advance. I much appreciate your help.
This is my extremely simple bit of xml. Firefox is strict, which is good, but I can't figure out what I'm doing wrong. Is it the encoding?
I don't believe there's any white space, does asp classic throw some invisible white space in there or what? frustrating.
<?xml version="1.0" encoding="UTF-8"?><rows><rec>lkj</rec></rows>
Seems pretty simple, but I'm doing something wrong.
|