RE: need XML documents with XSL scripts for testing

Subject: RE: need XML documents with XSL scripts for testing
From: "John E. Simpson" <simpson@xxxxxxxxxxx>
Date: Wed, 17 Mar 1999 22:41:08 -0500
At 08:41 PM 3/17/99 -0500, Didier PH Martin wrote:
>I got a problem with the xsl file. The file doesn't have a xml prolog like:
><?xml version="1.0"?>
>So the parser rejected it as a non XML document :-). So I set a flag to
>bypass the XML document validation and I then got the following error:
>
>A name contained an invalid character. Line 76, Position 27
> <bees b-ness="&BEE4URL;"/> in the XSL document.

Yeah, that's the MSXML message. &BEE4URL; is a hard-coded URL that I'm
using in an href attribute -- other parsers simply say things like,
"Undeclared entity in line 76."

>Thanks, that was a good stress test.

Heh, sounds like the XML doc was stressed more than your application. :)


==========================================================
John E. Simpson            | The secret of eternal youth
simpson@xxxxxxxxxxx        | is arrested development.
http://www.flixml.org      |  -- Alice Roosevelt Longworth


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread