[
Lists Home |
Date Index |
Thread Index
]
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@DirectAdvice.com]
> Sent: Tuesday, July 02, 2002 6:47 PM
> To: xml-dev@lists.xml.org
> 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>
>
>
|