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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
