Re: Can Jing simply ignore <!DOCTYPE ..>
Kohsuke Kawaguchi <[email protected]>
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
> Dear Mr. Kawaguchi, > > Thanks for your response. > > First, I am not an expert in this area, and I appreciate the reference > to MSV, which I wasn't aware of before. I now have it installed and > working. > > The documentation of the -standalone option in msv says: > > "The switch prevents MSV from resolving external resources (such > as external DTDs referenced from documents, or external entities). > This is applicable ONLY WHEN YOU ARE USING Xerces." > > (emphasis added) > > Indeed, when I specify -standalone, MSV tries to use Xerces rather > than Relax NG. I could of course be doing something wrong, but > that's what it looks like to me. Yeah, MSV will use Xerces as a parser to do the RELAX NG validation. Xerces will be only used as a parser, then MSV will do the RELAX NG validation. I don't see anything wrong with this. regards, -- Kohsuke Kawaguchi Sun Microsystems [email protected]