can the xml parser treat elements which are in seperate namespaces differently?
if a function
startElement(...) comes across <my:var>, it should be treathed differently than <your:var>. Is that possible ?
Or is the namespace part of the name passed to the startElemen() function ?