You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Thomas Conradi <co...@prostep.de> on 2000/08/24 10:31:43 UTC

XMLSchema: key + keyref in Xerces

Hello!
I just want to know if there exists some functionality in Xerces which
allows to resolve key - keyref constructs in XML-Schema (some equivalent
to getElementById() - perhaps getElementByKey()?)

Regards, Thomas

--
___________________________________________________________________________

ProSTEP GmbH                        Phone: +49-6151-9287381
Thomas Conradi                      Fax:   +49-6151-9287381
Dolivostr. 11                       Email: conradi@prostep.de
D-64293 Darmstadt
___________________________________________________________________________




Re: XMLSchema: key + keyref in Xerces

Posted by Thomas Conradi <co...@prostep.de>.
Thank you!

"Christophe D. Laprun" wrote:

> Thomas Conradi wrote:
> >
> > Hello!
> > I just want to know if there exists some functionality in Xerces which
> > allows to resolve key - keyref constructs in XML-Schema (some equivalent
> > to getElementById() - perhaps getElementByKey()?)
> >
> > Regards, Thomas
>
> From Schema page on xml.apache.org:
> http://xml.apache.org/xerces-j/schema.html
>
> Components NOT Supported
>         Identity constraints: unique, key, keyref
>         Notation declaration
>         Annotation (ignored)
>
> Chris
>
> --
> Christophe Laprun    [Ingenieur ISIMA, France / Guest researcher @NIST]
> web: http://www.nist.gov/speech/staff/laprunch.htm
> email: chris.laprun@nist.gov
> phone: (301) 975 3191             fax: (301) 670 0939
> --
> The universe seems neither benign nor hostile, merely indifferent -
> Sagan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-j-dev-help@xml.apache.org

--
___________________________________________________________________________

ProSTEP GmbH                        Phone: +49-6151-9287381
Thomas Conradi                      Fax:   +49-6151-9287381
Dolivostr. 11                       Email: conradi@prostep.de
D-64293 Darmstadt
___________________________________________________________________________



Re: XMLSchema: key + keyref in Xerces

Posted by "Christophe D. Laprun" <ch...@nist.gov>.
Thomas Conradi wrote:
> 
> Hello!
> I just want to know if there exists some functionality in Xerces which
> allows to resolve key - keyref constructs in XML-Schema (some equivalent
> to getElementById() - perhaps getElementByKey()?)
> 
> Regards, Thomas