Hey, Just to make sure I am not missing anything obvious - I am assuming that there are no special API functions in SAX or DOM that allow handling of xml:lang ... I've noticed that some parser APIs have a lang() method that handle querying the node and it's parents until a value of xml:lang is found.
I'm assuming that with Xerces I will have to write my own Handler to do that for me, is that correct? Cheers, jas.
