[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: SAX and Attribute value of type ENTITY ?

  • From: John Cowan <cowan@l...>
  • To: XML Dev <xml-dev@i...>
  • Date: Mon, 17 Aug 1998 10:37:01 -0400

entity attribute value
Patrice Bonhomme scripsit:

> Ok, so how can i get the corresponding ENTITY value within a SAX application ?

The so-called value of an unparsed entity is simply the data specified by the
URL (or the public identifier).  Its format is specified by the
notation name.

> And i think that the example i gave was not good because the XML Rec says :
> "No External Entity References In Attribute Values".

Your example was valid.  Don't confuse an entity *reference*, which
is of the form "&name;", with the use of the name of an entity as
the value of an ENTITY or ENTITIES attribute.

XML says that entity *references* appearing in attribute values,
like this:

	<FOO bar="this is a &baz; value">

must be internal: "baz" has to be an internal parsed entity, not
an external entity.
 
> I said:
> ] <?xml version="1.0" ?> <!DOCTYPE foo [ <!ELEMENT foo (#PCDATA)>
> ] <!ATTLIST foo docref ENTITY #IMPLIED> <!ENTITY mydoc SYSTEM
> ] 'mydoc.xml'> ]> <foo docref="mydoc">blah</foo>
> 
> If the Entity 'mydoc' was not an External entity (let's say a simple internal
> entity, <!ENTITY mydoc 'mydoc.xml'>)

*That* would be invalid.  In this use, "mydoc" *must* be an external
unparsed entity (there are no internal unparsed entities, of course).

> what should return the SAX driver ?
> 'mydoc' or 'mydoc.xml' ? Could i have something like this : <!ENTITY mydoc
> SYSTEM 'mydoc.xml' NDATA xml> ?

Yes, that is valid.  But the SAX driver will return only "mydoc".

> If SAX returns the name of the Entity, how could i handle entities within a
> SAX application ?

You can declare a DTDHandler to capture the systemid and notation name
of the external unparsed entity.  However, if the entity is declared
elsewhere than in the internal subset, your parser may or may not
read it.  It's up to your application, in the example above, to decide
that "NDATA xml" means this is an XML document, and to parse it.

-- 
John Cowan	http://www.ccil.org/~cowan		cowan@c...
	You tollerday donsk?  N.  You tolkatiff scowegian?  Nn.
	You spigotty anglease?  Nnn.  You phonio saxo?  Nnnn.
		Clear all so!  'Tis a Jute.... (Finnegans Wake 16.5)

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.