[
Lists Home |
Date Index |
Thread Index
]
Anirban Chatterjee <anirban_417@yahoo.com> writes:
> Hi ,
> I need help with namespace prefix resolution .
> I have an XML document instance of type :
>
> <top xmlns:p="http://myns">
> <child>
> <elem>p:someText</elem>
> </child>
> </top>
>
> I want to use jaxp api's to parse <elem> into a QName .
I believe JAXP supports W3C XML Schema, so why isn't this just a
matter of writing a schema for this doc't which defines the type of
'elem' to be xs:QName?
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
Half-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]
|