You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Jason Stewart <ja...@gmail.com> on 2008/05/26 07:48:20 UTC

xml:lang handling in Xerces SAX and DOM api's

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.