[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

[xml] Re: add dtd using TextReader



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]