xerces: no grammar found 2003-05-16 - By K. Venugopal
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> <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> </body> </html>
|
|