[cxml-devel] validating without parsing?

Cyrus Harmon ch-lisp at bobobeach.com
Wed Feb 29 21:18:50 UTC 2012


cxml and cxml-rng folks,

I see that I can use a validator like so (from the examples):

(cxml:parse-file "example.xml"
                 (cxml-rng:make-validator
                  (cxml-rng:parse-schema #p"example.rng")
                  (cxml-dom:make-dom-builder)))

But is there any way I can validate an already parsed (in-memory) XML (preferably STP) document?

thanks,

Cyrus
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cxml-devel/attachments/20120229/706bc9b4/attachment.html>


More information about the cxml-devel mailing list