Hi, Many XML applications are using XML namespaces inside attribute values. <element attribute="q:foo" xmlns:q="some.namespace.name" /> The Infoset specification is silent about whether the parser is required to pass this information up to the application or not. The application may get "q:foo" not knowing what "q" is. The parser does not know that the value is a qualified name, so I suspect there is a problem here, right? I have not checked whether XML Schema allows declarations like the following: <!ATTLIST element attribute QNAME #IMPLIED> If not, I don't know how namespaces inside attribute values can be used. Has this been discussed in the Infoset WG? Thanks, Peter Stark Phone.comReceived on Wednesday, 15 December 1999 12:21:22 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 23:07:59 UTC