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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   RE: IE5 - Retrieving attributes from an internal entity

[ Lists Home | Date Index | Thread Index ]
  • From: Chris Lovett <clovett@microsoft.com>
  • To: 'Don Kackman' <DKACKMAN@agchem.com>, 'XML Dev' <xml-dev@ic.ac.uk>
  • Date: Thu, 5 Nov 1998 20:19:03 -0800

The &om; node is an ENTITYREF node which has a read-only child node called
"variable".
The "xml" property on the ENTITYREF node gives back "&om;".  If you want to
get the markup "<variable targetset='om'>OM</variable>" you have to navigate
to the "variable" child, then use the "xml" property from there.

-----Original Message-----
From: Don Kackman [mailto:DKACKMAN@agchem.com]
Sent: Monday, November 02, 1998 1:11 PM
To: 'XML Dev'
Subject: Retrieving attributes from an internal entity


Hello,

I'm using Microsoft's XML parser that comes as part of IE 5 beta 1 as a
component of an application that will use XML as its document format.
Since IE5 is still a beta I'm having some trouble determining if certain
behaviors are bugs in the current version of their parser or correctly
reflect the W3C specification.

Namely I'm using an internal entity declaration as follows:

<!ENTITY om "<variable targetset='om'>OM</variable>">

as part of the internal part of the DTD.

I can load the document into MSXML (thier parser) and traverse the node
tree. When I get to the node where I am refering to the &om; entity I
get OM back as the value of that node but I cannot retrieve the
targetset attribute.

It is my understanding that internal entities should be parsed in place
when they are refered to, which should mean that I can treat that node
as I would any other. This does not seem to be the case with the MS
parser.

Is this a limitation of the MS beta parser or am I misunderstanding how
entities are used in XML?

Thank you,

Don Kackman
dkackman@agchem.com

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)

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