[
Lists Home |
Date Index |
Thread Index
]
- From: David Brownell <david-b@pacbell.net>
- To: "Goyal, Sanjeev" <Sanjeev.Goyal@usa.xerox.com>
- Date: Wed, 06 Oct 1999 20:34:22 -0700
"Goyal, Sanjeev" wrote:
>
> My question is, why the getSystemId() API returns NULL ? But the systemId
> along with DOCTYPE declaration is generated during writing XML back from
> XmlDocument object.
You seem to be confused about what the getSystemId() call does.
It returns the system ID for the document itself ... not one for
the external subset or any other parameter entity in the DTD.
That's clearly documented.
> Also if I invoke getDoctype(), it return DocumentType object which doesn't
> have enough public method to get the system id for the DocType of this
> XmlDocument.
I suggest you look at the source code and you'll see what's going on.
That's a big part of why it's provided.
- Dave
> Any pointers will be highly appreciated.
>
> Thanks,
> Sanjeev
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|