[
https://issues.apache.org/jira/browse/WODEN-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Julien Blass updated WODEN-232:
-------------------------------
Attachment: woden-impl-dom.patch
woden-impl-commons.patch
Proposed patches that manage :
* printing of reserved prefix for XML namespace URI
* printing of attributes set within wsdl document elements
> 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
> Attachments: woden-impl-commons.patch, woden-impl-dom.patch
>
>
> 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]