xerces: no grammar found 2003-05-16 - By K. Venugopal
Please refer to http://xml.apache.org/xerces2-j/faqs.html http://xml.apache.org/xerces2-j/features.html http://xml.apache.org/xerces2-j/properties.html
for more info .
Regards venu
K. Venugopal wrote:
> > Hi Steve , > > you must have set validation feature to true , set it to false. > > Regards > venu > > Steve Guo wrote: > >> I was trying to validate a simple example on schema from XML >> Bible, but I got >> >> Document is invalid: no grammar found >> >> Document roor element "novel" must match DOCTYPE root "null" >> >> My XML file does not use DOCTYPE. - why the error? >> >> Thanks all >> >> ------------------------------------------------------------------------ >> Do you Yahoo!? >> The New Yahoo! Search >> <http://us.rd.yahoo.com/search/mailsig/*http://search.yahoo.com> - >> Faster. Easier. Bingo. > >
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> Please refer to <br> <a class="moz-txt-link-freetext" href="http://xml.apache.org/xerces2-j/faqs .html">http://xml.apache.org/xerces2-j/faqs.html</a><br> <a class="moz-txt-link-freetext" href="http://xml.apache.org/xerces2-j/features .html">http://xml.apache.org/xerces2-j/features.html</a><br> <a class="moz-txt-link-freetext" href="http://xml.apache.org/xerces2-j /properties.html">http://xml.apache.org/xerces2-j/properties.html</a><br> <br> for more info .<br> <br> Regards<br> venu<br> <br> <br> <br> K. Venugopal wrote:<br> <blockquote type="cite" cite="mid3EC47BBE.2020003@(protected)"> <title></title> <br> Hi Steve ,<br> <br> you must have set validation feature to true , set it to false.<br> <br> Regards<br> venu<br> <br> Steve Guo wrote:<br> <blockquote type="cite" cite="mid20030516054050.16839.qmail@(protected)"> <div> <blockquote style="border-left: 2px solid rgb(16,16,255); padding-left: 5px; margin-left: 5px;"> <p>I was trying to validate a simple example on schema from XML Bible, but I got </p> <p>Document is invalid: no grammar found</p> <p>Document roor element "novel" must match DOCTYPE root "null"</p> <p>My XML file does not use DOCTYPE. - why the error?</p> <p>Thanks all</p> </blockquote> </div> <hr size="1"> Do you Yahoo!?<br> <a href="http://us.rd.yahoo.com/search/mailsig/*http://search.yahoo.com">The New Yahoo! Search</a> - Faster. Easier. Bingo. </blockquote> <br> </blockquote> <br> </body> </html>
|
|