[Simple-support] how to get xml:lang="en-US" as attribute of document root element
Brought to you by:
niallg
|
From: Martin S. <msc...@it...> - 2011-04-19 18:02:50
|
Is there a way to specify xml:lang="en-US" as one of the documents root attributes? I can get @Attribute(name="lang") but if I use @Namespace(prefix="xml") I get the additional and unwanted attribute xmlns:xml="" Thanks for any help. Martin |