-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 25 February 2004 11:06 am, [EMAIL PROTECTED] wrote: > Hi, Steven. > > Xerces C++ and Xerces (Java) are completely different. The longer known > Xerces (Java) comes with XNI which resembles an infrastructure inside > Xerces, and yes, one can use it to implement other grammars. AFAIK Xerces > C++ does not implement it (yet?). > > You need to validate against BNF? Is this related to XML at all? Could a > RegEx library help as well?
I actually want to do more than validate against a BNF. As for RegEx, it may also come into play. This may be a crazy idea, but I have it stuck in my mind that XML DOM represents real live documents. The document I want to represent is to be written in C++ source code. I thought I would attempt to use a conforming DOM representation as the data content of a buffer, and apply a CSS style sheet to it to make it look like regular code. I may well be heading the a road that a very smart may already has decided is the wrong path. I think what this amounts to is directly editing a parse tree. > Hiran STH -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQFAPPb1H2SF0i7rrGwRAoZSAJ41n9JW1k79hKX0XNithX3ra4ZbxQCgkaM0 5OmwKdJKvlpl8aTDX3CosDY= =3Vzh -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
