xml:lang attribute not written on the DocumentationElements
-----------------------------------------------------------
Key: WODEN-232
URL: https://issues.apache.org/jira/browse/WODEN-232
Project: Woden
Issue Type: Bug
Affects Versions: M9
Reporter: Julien Blass
I try to write a WSDL document by manipulating the Woden API but could not find
the way to add an xml:lang attribute on a wsdl documentation element.
When I looked for the source of the DOMWSDLWriter class, I found that the
printExtensibilityAttributes() and printExtensibilityElements() have been
commented for reasons not really detailed.
In a previous need, I had to add specific nodes in the documentation element. I
could have reached that point by creating a DOM Element with a fake root
element, that I put as content of an instance of DocumentationElement. I though
first that adding an attribute on my fake root element might have been a
solution to print attributes on documentations, but it seems that this approach
has not been considered. It seems to be a bug or did I missed something?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]