This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xml param


I wrote:
> <!DOCTYPE [ <!ENTITY myParam SYSTEM "someURI"> ]>

This should have been
<!DOCTYPE myData [ <!ENTITY myParam SYSTEM "someURI"> ]>

It should also be noted that the resource at that location must be
parseable text, preferably with what the XML spec calls a text declaration
at the top:

<?xml version="1.0" encoding="whatever"?>

lest its encoding be assumed to be something else.

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]