You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by "Radu Preotiuc-Pietro (JIRA)" <xm...@xml.apache.org> on 2005/07/15 21:43:26 UTC

[jira] Created: (XMLBEANS-176) Support for CDATA

Support for CDATA
-----------------

         Key: XMLBEANS-176
         URL: http://issues.apache.org/jira/browse/XMLBEANS-176
     Project: XMLBeans
        Type: New Feature
  Components: Cursor  
    Reporter: Radu Preotiuc-Pietro
    Priority: Minor
     Fix For: TBD


This is something that has been requested a lot of times by different users, so I am putting it in JIRA to keep track of it.
Basically, the strong version of this feature would be to use the SAX LexialHandler.startCDATA() and endCDATA() events to keep this information in the store so CDATA is preserved.
The weak version of the feature would be to just have an on/off CDATA switch on XmlOptions.


-- 
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
-
For more information on JIRA, 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-176) Support for CDATA

Posted by "Cezar Andrei (JIRA)" <xm...@xml.apache.org>.
    [ https://issues.apache.org/jira/browse/XMLBEANS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553529 ] 

Cezar Andrei commented on XMLBEANS-176:
---------------------------------------

Explore using Bookmarks to tag text that needs to be represented as CDATA.

> Support for CDATA
> -----------------
>
>                 Key: XMLBEANS-176
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-176
>             Project: XMLBeans
>          Issue Type: New Feature
>          Components: Cursor
>            Reporter: Radu Preotiuc-Pietro
>             Fix For: TBD
>
>
> This is something that has been requested a lot of times by different users, so I am putting it in JIRA to keep track of it.
> Basically, the strong version of this feature would be to use the SAX LexialHandler.startCDATA() and endCDATA() events to keep this information in the store so CDATA is preserved.
> The weak version of the feature would be to just have an on/off CDATA switch on XmlOptions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (XMLBEANS-176) Support for CDATA

Posted by "Radu Preotiuc-Pietro (JIRA)" <xm...@xml.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLBEANS-176?page=all ]

Radu Preotiuc-Pietro updated XMLBEANS-176:
------------------------------------------

    Priority: Major  (was: Minor)

> Support for CDATA
> -----------------
>
>          Key: XMLBEANS-176
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-176
>      Project: XMLBeans
>         Type: New Feature

>   Components: Cursor
>     Reporter: Radu Preotiuc-Pietro
>      Fix For: TBD

>
> This is something that has been requested a lot of times by different users, so I am putting it in JIRA to keep track of it.
> Basically, the strong version of this feature would be to use the SAX LexialHandler.startCDATA() and endCDATA() events to keep this information in the store so CDATA is preserved.
> The weak version of the feature would be to just have an on/off CDATA switch on XmlOptions.

-- 
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
-
For more information on JIRA, 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] Resolved: (XMLBEANS-176) Support for CDATA

Posted by "Cezar Andrei (JIRA)" <xm...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XMLBEANS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cezar Andrei resolved XMLBEANS-176.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: TBD)
                   Version 2.4 

The following options had been added:
XmlOptions
    * setSaveCDataLengthThreshold                  since v2.3.0
    * setSaveCDataEntityCountThreshold          since v2.3.0
    * setUseCDataBookmarks                              since v2.4.0


See javadoc or following page for details:
http://wiki.apache.org/xmlbeans/CdataOptions




> Support for CDATA
> -----------------
>
>                 Key: XMLBEANS-176
>                 URL: https://issues.apache.org/jira/browse/XMLBEANS-176
>             Project: XMLBeans
>          Issue Type: New Feature
>          Components: Cursor
>            Reporter: Radu Preotiuc-Pietro
>             Fix For: Version 2.4 
>
>
> This is something that has been requested a lot of times by different users, so I am putting it in JIRA to keep track of it.
> Basically, the strong version of this feature would be to use the SAX LexialHandler.startCDATA() and endCDATA() events to keep this information in the store so CDATA is preserved.
> The weak version of the feature would be to just have an on/off CDATA switch on XmlOptions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (XMLBEANS-176) Support for CDATA

Posted by "Radu Preotiuc-Pietro (JIRA)" <xm...@xml.apache.org>.
    [ http://issues.apache.org/jira/browse/XMLBEANS-176?page=comments#action_12416548 ] 

Radu Preotiuc-Pietro commented on XMLBEANS-176:
-----------------------------------------------

There is also the possibility of having a multi-value switch: NO CDATA, LESS CDATA, MORE CDATA etc.

> Support for CDATA
> -----------------
>
>          Key: XMLBEANS-176
>          URL: http://issues.apache.org/jira/browse/XMLBEANS-176
>      Project: XMLBeans
>         Type: New Feature

>   Components: Cursor
>     Reporter: Radu Preotiuc-Pietro
>     Priority: Minor
>      Fix For: TBD

>
> This is something that has been requested a lot of times by different users, so I am putting it in JIRA to keep track of it.
> Basically, the strong version of this feature would be to use the SAX LexialHandler.startCDATA() and endCDATA() events to keep this information in the store so CDATA is preserved.
> The weak version of the feature would be to just have an on/off CDATA switch on XmlOptions.

-- 
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
-
For more information on JIRA, 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