RE: Jing api
"Andrew Welch" <[email protected]> Thu, 13 Jan 2005 09:45:37 -0000
| Newsgroups | gmane.text.xml.relaxng.general |
|---|---|
| Message-ID | <[email protected]> |
> > Andrew Welch wrote: > >> Can anybody point me to some examples of using the Jing API? > >> Information is thin on the ground and I'm finding it hard > going just > >> to get a simple validation done :( > > > > Jing has an API? Not that I can tell. Better to stick with Jarv. > > It actually has an API. But Andrew, I'm sorry to say this, but if you > are a kind of guy who needs documentation to use it, you'd better off > using JARV. > > Or better yet, use JAXP 1.3, if you can. It has a validation > API based > on JARV. I'm using JARV at the moment but ran into the stumbling block of resolving rng:externalRef paths. I've looked to provide some kind of URIResolver, but again it wasn't obvious and I began questioning the direction I was taking. I will have a look what's available in JAXP, thanks andrew