You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by xm...@xml.apache.org on 2004/09/26 08:07:35 UTC

[jira] Created: (XMLBEANS-63) implement save(XMLStreamWriter) method for StAX output

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-63

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-63
    Summary: implement save(XMLStreamWriter) method for StAX output
       Type: Improvement

     Status: Unassigned
   Priority: Major

    Project: XMLBeans
 Components: 
             XmlObject
   Versions:
             Version 2

   Assignee: 
   Reporter: james strachan

    Created: Sat, 25 Sep 2004 11:07 PM
    Updated: Sat, 25 Sep 2004 11:07 PM

Description:
Currently XmlObject supports save() on all APIs but StAX and implements Factory.parse() on StAX but does not support save() taking an XMLStreamWriter.

If its any help, I hacked together a workaround for this in ActiveSOAP - by all means crib the code if it helps..

http://cvs.activesoap.codehaus.org/viewrep/activesoap/src/java/org/codehaus/activesoap/handler/xmlbeans/XMLBeansHelper.java?r=HEAD

Though I'm sure you can figure out a better way to implement this, there's probably an easier way to do it with XmlCursor :)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org


[jira] Commented: (XMLBEANS-63) implement save(XMLStreamWriter) method for StAX output

Posted by "Dan Diephouse (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-63?page=comments#action_54701 ]
     
Dan Diephouse commented on XMLBEANS-63:
---------------------------------------

Any word on when or if this will be implemented sometime?  It'd be great if it was in before the 2.0 beta. 

> implement save(XMLStreamWriter) method for StAX output
> ------------------------------------------------------
>
>          Key: XMLBEANS-63
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-63
>      Project: XMLBeans
>         Type: Improvement
>   Components: XmlObject
>     Versions: Version 2
>     Reporter: james strachan
>     Assignee: Eric Vasilik

>
> Currently XmlObject supports save() on all APIs but StAX and implements Factory.parse() on StAX but does not support save() taking an XMLStreamWriter.
> If its any help, I hacked together a workaround for this in ActiveSOAP - by all means crib the code if it helps..
> http://cvs.activesoap.codehaus.org/viewrep/activesoap/src/java/org/codehaus/activesoap/handler/xmlbeans/XMLBeansHelper.java?r=HEAD
> Though I'm sure you can figure out a better way to implement this, there's probably an easier way to do it with XmlCursor :)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org