Next in thread → Next in month →

RE: [xml-dev] getElementByID

From
Manos Batsis <>
To
"Yallala, Bhaskar" <>
Date
2002-07-03T07:29:28Z
ID
<>
Thread
RE: [xml-dev] getElementByID
Since there is no xml:ID, you have to use a schema language (or DTD).
For example, in XML Schema you can do this

<xs:attribute name="id" type="xs:ID"/>

Relax NG also provides support for IDs via it's 'DTD Compatibility'
module [1]. The above can be used only if your parser can validate the
document against such a schema definition.


http://www.oasis-open.org/committees/relax-ng/compatibility.html


Hth,
Manos



> -----Original Message-----
> From: Yallala, Bhaskar [mailto:] 
> Sent: Tuesday, July 02, 2002 6:47 PM
> To: 
> Subject: [xml-dev] getElementByID
> 
> 
> hI,
> Did any one worked on getElementByID() in DOM API?
> There is way to declare ID in schema and in XML. Can anyone 
> have an example?
> 
> 
> Thanks
> Bhaskar
> 
> 
> -----------------------------------------------------------------
> 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 list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
> 
>
Next in thread → Next in month →