I'm not sure what you mean by ElementXObj,
but can't you do something like:
ElementXObj.newCursor().namespaceForPrefix(prefix)
or the opposite
ElementXObj.newCursor().prefixForNamespace(namespaceURI)

Or is that not what you are asking?
There are several other ways this could be done as well.
For example via DOM apis
ElementXObj.getNewDomNode() ...

Best of Luck,
-Jacob Danner


On 4/26/07, asaf.lahav <[EMAIL PROTECTED]> wrote:




Hi all,

How can I resolve a namespace prefix when all I have is ElementXObj instance
(taken from a valid xmlObject)?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to