Re: [xml-dev] A generic approach to XML design versus a hardcoded approach to XML design

From
Eliot Kimber <>
To
"" <>
Date
2016-10-08T04:59:40Z
ID
<>
Thread
Re: [xml-dev] A generic approach to XML design versus a hardcoded approach to XML design
And of course we always joke about this document type:

<!ELEMENT element ANY >
<!ATTLIST element tagname NAME #REQUIRED >

<!ELEMENT attribute EMPTY >
<!ATTLIST attribute
   name NAME #REQUIRED
   value CDATA #REQUIRED
>

If your XML CMS requires all documents to be grammar valid, then validate this.

Cheers,

Eliot
--
Eliot Kimber
http://contrext.com
 


From: "Costello, Roger L." <[email protected]>
Date: Friday, October 7, 2016 at 8:20 PM
To: "[email protected]" <[email protected]>
Subject: [xml-dev] A generic approach to XML design versus a hardcoded approach to XML design