U++ framework
Do not panic. Ask here before giving up.

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 Go to previous message
cbpporter is currently offline  cbpporter
Messages: 1428
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.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: OrderBy in descending order [ANSWER FOUND]
Next Topic: Error Any SQL packets on SVN 98
Goto Forum:
  


Current Time: Mon Apr 27 08:24:10 GMT+2 2026

Total time taken to generate the page: 0.00442 seconds