29 Feb
2012
29 Feb
'12
10:21 p.m.
Hi, Quoting Cyrus Harmon (ch-lisp@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.