Problem: Can't embed xml data island into XHTML 1.0 Strict without losing validation. I'd like to keep all content separated from XHTML formatting, so as to have an easier to edit code, and to have content that I can change without having to edit my XHTML.
I've looked in quite a few other places (including w3c.org) and searched on this site, but I was unable to find an answer as to how I would be able to place content into an xml file (text content, like paragraphs) and then have it as a data island to be placed into XHTML 1.0 Strict. The advice given by the w3c resulted in a tag that does not meet the XHTML specification, the tag.
The xml file is here.
The page that I'd like to load the xml content into is here.
What I'm looking to do is to replace the "random" comment in the main content section with an xml data island.
|