Subject: Re: xml param
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 28 Jun 2000 19:18:29 -0600 (MDT)
|
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
| Current Thread |
- xml param
- Yasser El-Zein - Wed, 28 Jun 2000 11:21:57 EDT
- Mike Brown - Wed, 28 Jun 2000 19:15:22 -0600 (MDT)
- <Possible follow-ups>
- Mike Brown - Wed, 28 Jun 2000 19:18:29 -0600 (MDT) <=
|
|