We have xml storage format such as
<record> data </record>
We have hit a use case where data itself can be xml. How can xml data be included inside another xml element such as
<record>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is perfectly valid for an XML element to contain XML like the following:
If this is not what you need, please clarify further in your question. As a last resort you may consider using CData Elements.
But there really should be no reason to do so if all of your data is valid XML.