[squeak-dev] XML DOM parser which properly handles namespaces?

Michael Rueger m.rueger at acm.org
Thu Jul 9 18:51:58 UTC 2009


C. David Shaffer wrote:
> I'm currently using XML-Parser-mir.14 from XMLSupport on Squeak Source. 
> It doesn't seem to handle namespaces correctly though.  When using

The namespace handling was more "make it parse", not so much a full 
implementation.

> it produces a DOM which expands unqualified tag names with their
> namespace but leaves qualified tag names alone.  For example:
...

> handles this properly by allowing tags and attributes to have both a
> #name and an #expandedName unfortunately I can't get the VWXML parser to

Would that be what you would like to get (DOM with both name and 
expandedName entries)?

I'm not sure I'll find the time right now to implement this, but if 
anyone feels like diving into it? :-)

Michael




More information about the Squeak-dev mailing list