[cxml-devel] validating without parsing?

David Lichteblau david at lichteblau.com
Wed Feb 29 22:21:26 UTC 2012


Hi,

Quoting Cyrus Harmon (ch-lisp at bobobeach.com):
> But is there any way I can validate an already parsed (in-memory) XML
> (preferably STP) document?

if
  (stp:serialize doc (cxml-rng:make-validator ...))
doesn't work, then it's either a bug, or I'm misremembering. :-)

Technically, of course, this serializes to SAX and then validates that;
RNG doesn't know anything about STP specifically.

d.




More information about the cxml-devel mailing list