[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] Re: add dtd using TextReader
- From: "Thomas Rokohl" <rokohl raygina de>
- To: xml gnome org
- Subject: [xml] Re: add dtd using TextReader
- Date: Fri, 2 Apr 2004 13:16:40 +0200
BTW: in the TextReader, is there a redirection of the error and warning
output posible like it is in DOM
mlValidCtxtPtr cvp;
cvp->userData = (void *) stderr;
cvp->error = (xmlValidityErrorFunc) myprintf;
cvp->warning = (xmlValidityWarningFunc) myprintf;
...
???
xmlValidityErrorFunc
"Thomas Rokohl" <rokohl raygina de> schrieb im Newsbeitrag
news:c4jf8l$iof$1 sea gmane org
> > Hum, no, I don't think it's possible currently.
>
> currently?! it's planned?
>
>
> mhm, if it posible to insert an line like
>
> <!DOCTYPE RAYXML SYSTEM "lala.dtd">
>
> bevor parsing?!
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]