1

I've a query:

SELECT xmlelement(name Place, Tokyo)

and output looks like this:

<place>Tokyo</place>

how to change query to have output like this:

<n1:place>Tokyo</n1:place>

Thanks in advance for help.

1 Answer 1

1

XML namespaces are not (yet) supported in XMLELEMENT.

You will have to do this by some sort of postprocessing, perhaps using XSLT.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.