You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Bill Keese <bi...@tech.beacon-it.co.jp> on 2003/06/03 03:31:23 UTC

[jelly] attribute namespaces

Does anyone know how to get Jelly to obey attribute namespaces?  The simple
jelly program:

       <ino:foo ino:id="stand alone"/>

produces the output

       <ino:foo id="stand alone"/>

So, "ino:id" became just "id".  The element name namespace gets preserved,
but the attribute namespace disappears.

Bill