Page 1 of 1

The XML page cannot be displayed

PostPosted: Tue Feb 24, 2004 2:32 am
by arthur
The XML page cannot be displayed

Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
--------------------------------------------------------------------------------

Whitespace is not allowed at this location. Error processing resource 'http://www.spamgourmet.com/disposableemail.pl?xml=1'. Line 729, Position 40

<Note>xoxy.net curnon Stock Futures & Options</Note>
---------------------------------------^
IV class="e">
<NumForwarded>1</NumForwarded>
<NumDeleted>0</NumDeleted>

PostPosted: Tue Feb 24, 2004 2:42 am
by josh
what browser/client are you using?

Ampersand not allowed

PostPosted: Tue Feb 24, 2004 3:36 am
by SysKoll
Josh, can you confirm that when you output the XML, you make sure you transcode the special chars? Namely:
Code: Select all
& => &amp;
" => &quot;
' => &apos;
< => &lt;
> => &gt;


Arthur's IE is probably chocking on the naked ampersand in the note.

PostPosted: Tue Feb 24, 2004 4:15 am
by josh
I'll betcha I didn't. I'll get that in soon.

PostPosted: Tue Feb 24, 2004 4:32 pm
by josh
It should work now...