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 SDOSAX2``Handler defined in 
SAX2``Parser.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 that is 
defined in SAX2``Parser.cpp
  
+ To watch the parsing of a file as it unfolds it is usually easiest to place 
breakpoints on the routines named in that struct.
+ 

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

Reply via email to