Hi, > I know but from what I saw they already have a mess of xml libs > across their department tools (I know of at least expat and xerces, > others might be hidden in the closet ;-)). > So adding another one is just a minor nuance ;-)) I don't expect that > they cleaned it since I last saw it ;-)
Patrick wrote a very nice small and lean XMLWrapper lib which is a generic sax parser and works with expat, xerces, libxml2 and the microsoft xml-lib. The nice thing is, that similar to the text-lib it uses the OS-native libs on Microsoft and OSX (on OSX ist libxml2) All our xml-parser (also the new X3D-binary loader) are now bases on this XMLWrapper and it works quite well. regards, johannes > -- Johannes Behr | email: [EMAIL PROTECTED] Fraunhofer-IGD | tel.: ++49-6151-155-510 Fraunhofer Strasse 5 | fax.: ++49-6151-155-196 64283 Darmstadt, Germany | skype: johannesbehr ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
