Hi,
I am new to XalanC++1.10, trying to enhance an application to retrieve new XML nodes for processing. Below is an example XML:

Code:
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope" xmlns:sd="http://example.org/2008/04/sdee">
  <sd:events>
   <sd:evIdsAlert eventId="1234567" vendor="example" severity="low">...</sd:evIdsAlert>
...