Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by GeoffWinn:
http://wiki.apache.org/ws/Tuscany/TuscanyCpp/DesignNotes

------------------------------------------------------------------------------
  
  = Debugging the XML parser =
  
- SDO uses the SAX parser provided by libxml2 to parse XML documents (and 
therefore XSD documents also). The SAX parser uses a callback mechanism to 
report XML events to its caller. These callback routines are supplied to the 
parser using a struct of type xmlSAXHandler called SDOSAX2Handler defined in 
SAX2Parser.cpp
+ SDO uses the SAX parser provided by libxml2 to parse XML documents (and 
therefore XSD documents also). The SAX parser uses a callback mechanism to 
report XML events to its caller. These callback routines are supplied to the 
parser using a struct of type xmlSAXHandler called SDOSAX2``Handler defined in 
SAX2``Parser.cpp
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to