* lawrence wrote in comp.text.xml:
>&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.
>
>
>--------------------------------------------------------------------------------
>
>A semi colon character was expected. Error processing resource
>'http://publicpen.com/andrew/rss/exports.xml'. Line 378, Position 41
>
> <cbModifier03>pageId=1&pageEventStart[]=putCommentInDs</cbModifier03>
>----------------------------------------^
You must escape ampersands in text as &, i.e. that should be
<cbModifier03>pageId=1&pageEventStart[]=putCommentInDs</cbModifier03>
|