> -----Original Message----- > From: Neil Bradley [mailto:Neil.Bradley@rubus.com] > This answer to my question below appears to rule-out the > possibility that <unprefixed> could be defined as a local > element child of the <fragment> element that is required to > not include the prefix. You can undeclare the default namespace to make <unprefixed> unqualified: <doc xmlns="DOC_NAMESPACE"> <X:fragment xmlns:X="FRAGMENT_NAMESPACE" xmlns=""> <unprefixed>???</unprefixed> </X:fragment> </doc>Received on Wednesday, 21 May 2003 19:20:11 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 16 March 2009 11:13:27 GMT