AFAIK digester has no explicit support for xml:lang. it would be possible to add something to digester to keep track of the current xml:lang value but i suspect that it will be possible to solve your problem without needing to do so.

could you explain what you want to do in more detail?

- robert

On Sunday, October 19, 2003, at 08:22 PM, Ricky Panaglucci wrote:

hello,
does digester handle xml:lang attribute?

i would like to generate according to
<obj ...>
  <attr xml:lang="en" name="foo" value="bar"/>
  <attr xml:lang="fr" name="foo" value="baz"/>

i suspect this is rather related to sax in general
could it be that i have to take care of it myself,
including fallback if no matching declaration
is found?

thank you


________________________________________________________________________ Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://mail.messenger.yahoo.co.uk

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



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



Reply via email to