OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   msxml parser and parameter entities

[ Lists Home | Date Index | Thread Index ]
  • From: mika.kekkonen@vtt.fi
  • To: xml-dev@ic.ac.uk
  • Date: Thu, 02 Jul 1998 13:09:48 +0300

I have problems with parameter entities and msxml parser. I have following
example.xml file:

<!DOCTYPE MODULE SYSTEM "example.dtd">
<MODULE>
K&Auml;T
</MODULE>

and file example.dtd is

<!ENTITY % ISOlat1
SYSTEM "ISOlat1.ent">
%ISOlat1;

My ISOlat1.ent is following file (only one line)

<!ENTITY Auml "&#196;" ><!-- capital A, dieresis or umlaut mark =
-->

Files example.xml, example.dtd and ISOlat1 are in same directory.

I tried to run msxml class, which I got with parser:

java msxml -d <path>\example.xml

and I got following error message

Missing entity 'Auml'.

What is problem? I suppose msxml parser can read parameter entities?

I have tried msxml parser with other xml files without any problems.

If I put Auml entity definition to the example.dtd, everything works fine,
but I have to use parameter entities.

Thanks for any ideas

Mika



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/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe 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)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS