[Phoenix] Implementing support for XML documents with unprefixed default namespaces

Andreas Wuest awuest at student.ethz.ch
Fri Sep 22 19:46:13 CEST 2006


Hi

On 22.9.2006 19:00 Uhr, Thomas Comiotto wrote:

> Hi
>>
>> The only drawback to this approach is that the XPath toolbar will 
>> display location paths with strange prefixes (i.e, our generated 
>> prefixes). The user might get confused by those because he can't see 
>> them in the actual source.
>>
> 
> We can easily filter out generated prefixes for display purposes (they 
> stand for default namespaces after all). But we might run into problems 
> with regards to sync'ing the prefixed dom to the unprefixed one. How do 
> you plan to do this?

We had to introduce an "unprefix" step. Of course, this would only work 
if we remebered what prefixes we inserted in the first place.

-- 
Kind regards,
Andi



More information about the Phoenix mailing list