[ 
http://jira.codehaus.org/browse/XFIRE-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=166519#action_166519
 ] 

David Smiley commented on XFIRE-133:
------------------------------------

I'd like this cool capability to make it into the stax-utils library. 
https://stax-utils.dev.java.net/   It is of a general purpose nature and not 
specific to XFire.  stax-utils is BSD licensed.   Can someone please offer this 
code to them?

> Ability  to create XMLStreamReader from DOM documents.
> ------------------------------------------------------
>
>                 Key: XFIRE-133
>                 URL: http://jira.codehaus.org/browse/XFIRE-133
>             Project: XFire
>          Issue Type: Improvement
>            Reporter: Tomasz Sztelak
>            Assignee: Dan Diephouse
>             Fix For: 1.0-M6
>
>         Attachments: DOMXMLStream.zip
>
>
> This code allows to create XMLStreamReader from YOM and W3C DOM 
> implementions. Usage is as simply as :
> // For YOM document
> XMLStreamReader reader = new YOMStreamReader(yomDocument);
> // For W3C document
> XMLStreamReader reader = new DOMStreamReader(w3cDocument);
> Conversion is based on adapters for Element, Node and Attribute, so any new 
> implementation can be added just by creating these 3 new adapters.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to