-
How to embed one XML document in another XML document
I need to "wrap" several XML documents into a parent XML document.
How can this be done, and how can it be represented in a Schema?
XML doesn't allow the <?xml> prologue elements of the child doumentss
to appear inside the parent document. I thought of wrapping the child
documents with a <?[CDATA[ so it won't be parsed. However, this doesn't
work if the child document contains any CDATA, because CDATA can't be
nested. Surely this is a common problem and there is a common solution?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks