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

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xml-dev] IDs without DTD/Schema , Is there a way ?



There are only two ways to determine if an attribute is an ID attribute:

1) From a DTD or XML Schema
2) The attribute name is hard-coded in your application

You cannot just look at an attribute and decide if it is an ID
attribute. For example, there is no way to tell if the following
attribute is an ID attribute:

   <foo name="bar" />

All you know from the XML document is that the name of the attribute is
"name" and the value of the attribute is "bar".

-- Ron

BigBoss wrote:
> 
> Greetings, we have a little problem with ID, we need to identify the IDs
> in an XML Document but not always we got a DTD or a Schema to work with,
> I include the original question of a friend of mine (little more
> technical and platform dependent)
>                                         Thanks
>                                           fd
> --
> // Fabio Dianda             dianda@sec.di.unipi.it
> // Free Speech             w3c patent policy SUCKS
> // Free advertising                   www.ntop.org
> 
> ---------- Forwarded message ----------
> Date: Wed, 24 Oct 2001 18:19:03 +0200
> From: Mauro Arcolini <arcolini@sec.di.unipi.it>
> To: BigBoss <dianda@sec.di.unipi.it>
> Subject: Xerces-J
> 
> Hi,
> I have a problem with xml Document retrieve function using Xerces-J
> dom package. After parsing without validating, i must to retrieve an
> element with a specific attribute(of type ID) value. It don't seems a
> good idea to traverse all attributes list of each element in document
> object to retrieve the element. Is exists an other way in DOM? Maybe in
> Sax model?
> 
> --
> Mauro Arcolini
> Universita' degli studi di Pisa Italy
> 
> --> member of GAPXSE, a students group from:
>     Nicchia sicurezza reti di computer 2000/2001
>     Dipartimento di Informatica
> --> current project: Java Api for XMLDSIG
> --> mail: arcolini@sec.di.unipi.it
> 
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
> initiative of OASIS <http://www.oasis-open.org>
> 
> The list archives are at http://lists.xml.org/archives/xml-dev/
> 
> To subscribe or unsubscribe from this elist use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>

-- 
Ronald Bourret
Programming, Writing, and Training
XML, Databases, and Schemas
http://www.rpbourret.com