Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi all, Can I use a non-well-formed XML as a content of a ANY element? Regards, Frederico
The short and simple answer is: NO!If you really want to embed something non-wellformed into an XML document, you may embed it into a CDATA section.
Thanks, Ulrich. Regards,