i have read about tinyxml not allowing external dtd such as
<!DOCTYPE NewsML SYSTEM "http://idsdat06.reuters.com/newsml/NewsMLv1.0.dtd" [ <!ENTITY % xhtml SYSTEM "http://idsdat06.reuters.com/newsml/xhtml1-strict.dtd"> %xhtml; ]>
but since i have implement alot from it.
Are there anyway in which i can hardcode or any release..so that i can ignore the dtd and read the correct xml using tinyxml?
thanks
Sunny
Log in to post a comment.
i have read about tinyxml not allowing external dtd such as
<!DOCTYPE NewsML SYSTEM "http://idsdat06.reuters.com/newsml/NewsMLv1.0.dtd" [
<!ENTITY % xhtml SYSTEM "http://idsdat06.reuters.com/newsml/xhtml1-strict.dtd">
%xhtml;
]>
but since i have implement alot from it.
Are there anyway in which i can hardcode or any release..so that i can ignore the dtd and read the correct xml using tinyxml?
thanks
Sunny