<!-- 
RSS generated by JIRA (4.4#649-r158309) at Wed May 22 14:04:46 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://dev.clojure.org/jira/si/jira.issueviews:issue-xml/DXML-12/DXML-12.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Clojure JIRA</title>
    <link>http://dev.clojure.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>4.4</version>
        <build-number>649</build-number>
        <build-date>25-07-2011</build-date>
    </build-info>

<item>
            <title>[DXML-12] Do the right thing if cdata content contains the cdata end-tag &quot;]]&gt;&quot;</title>
                <link>http://dev.clojure.org/jira/browse/DXML-12</link>
                <project id="10077" key="DXML">data.xml</project>
                        <description>&lt;p&gt;(xml/emit-str (xml/cdata &quot;fooo]]&amp;gt;bar&quot;))&lt;/p&gt;

&lt;p&gt;&quot;&amp;lt;?xml version=\&quot;1.0\&quot; encoding=\&quot;UTF-8\&quot;?&amp;gt;&amp;lt;![CDATA&lt;span class=&quot;error&quot;&gt;&amp;#91;fooo&amp;#93;&lt;/span&gt;]&amp;gt;bar]]&amp;gt;&quot;&lt;/p&gt;

&lt;p&gt;This is invalid xml.  The contract for cdata states that it cannot contain the end tag &quot;]]&amp;gt;&quot;, so if the cdata function gets passed content that contains it, it should do the right thing, which is probably this:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://stackoverflow.com/questions/223652/is-there-a-way-to-escape-a-cdata-end-token-in-xml&quot;&gt;http://stackoverflow.com/questions/223652/is-there-a-way-to-escape-a-cdata-end-token-in-xml&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(split the content so it is emitted as multiple cdata blocks, none of which contain the entire end-tag &quot;]]&amp;gt;&quot;).&lt;/p&gt;

&lt;p&gt;This is not a purely academic bug report - I actually hit this problem in prxml and fixed it on my fork.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15843">DXML-12</key>
            <summary>Do the right thing if cdata content contains the cdata end-tag &quot;]]&gt;&quot;</summary>
                <type id="4" iconUrl="http://dev.clojure.org/jira/images/icons/improvement.gif">Enhancement</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="ryansenior">Ryan Senior</assignee>
                                <reporter username="jweiss">Jeff Weiss</reporter>
                        <labels>
                    </labels>
                <created>Wed, 21 Nov 2012 06:06:06 -0600</created>
                <updated>Tue, 8 Jan 2013 22:07:25 -0600</updated>
                    <resolved>Tue, 8 Jan 2013 22:07:25 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="30412" author="ryansenior" created="Tue, 8 Jan 2013 22:07:25 -0600"  >&lt;p&gt;Fixed, released in 0.0.7&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>