[Home] [By Thread] [By Date] [Recent Entries]

  • To: "Yallala, Bhaskar" <B_Yallala@D...>
  • Subject: RE: getElementByID
  • From: "Manos Batsis" <m.batsis@b...>
  • Date: Wed, 3 Jul 2002 10:29:28 +0300
  • Cc: <xml-dev@l...>
  • Thread-index: AcIh4ATtTzBDb5qvQkOD+5TyTL8iFwAgJbhw
  • Thread-topic: 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:B_Yallala@D...] 
> Sent: Tuesday, July 02, 2002 6:47 PM
> To: xml-dev@l...
> Subject:  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>
> 
> 

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member