"Jason E. Stewart" <[EMAIL PROTECTED]> writes: > Just a small note. > > I wrote a perl test suite to test Xerces' compliance with the XML spec > for Unicode issues using production [5] - Name. > > So far it's just the IDOM API using createElement(), and every > test works perfectly. Good job! > > I'm still getting the bugs out of my perl code for the DOM API. I'll > let you know when it's done.
All tests now pass for the DOM API as well. Yeah!! I just discovered last week that Xerces-Perl was Unicode crippled, because no one had ever bothered to enable it. I didn't know anything about Unicode before, but I had to learn because Perl's internal format is UTF-8 and Xerces is UTF-16. After a bit of futzing it all works. Since I needed to test it, I figured I might as well go whole hog and wrote a script to test all possible Name characters. In the process, I found a couple of my own bugs, and proved to myself that Xerces-C is really well written. Good job Xerces-C team! jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
