Home » U++ Library support » U++ SQL » XML Parser has no support for DTD
XML Parser has no support for DTD [message #13389] |
Thu, 03 January 2008 21:32  |
cbpporter
Messages: 1427 Registered: September 2007
|
Ultimate Contributor |
|
|
Hi!
I noticed that the XML parser has absolutely no support for DTD.
Example:
<?xml version="1.0"?>
<!DOCTYPE note [
<!ELEMENT note (to,from,heading,body)>
<!ELEMENT to (#PCDATA)>
<!ELEMENT from (#PCDATA)>
<!ELEMENT heading (#PCDATA)>
<!ELEMENT body (#PCDATA)>
]>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend</body>
</note>
I need this to be recognized, so I'm going to add this functionality. If you are going to add it ASAP, then I'll wait. If not, maybe I can contribute it.
|
|
|
Goto Forum:
Current Time: Tue Apr 29 08:48:10 CEST 2025
Total time taken to generate the page: 0.00383 seconds
|