<!-- 
RSS generated by JIRA (4.4#649-r158309) at Sat May 18 05:22:44 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-13/DXML-13.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-13] Support for preserving whitespace between tags</title>
                <link>http://dev.clojure.org/jira/browse/DXML-13</link>
                <project id="10077" key="DXML">data.xml</project>
                        <description>&lt;p&gt;XML parsers can support preserving white space nodes, but clojure.data.xml does not seem to support this functionality.&lt;/p&gt;

&lt;p&gt;For example, the following should be able to return true (perhaps with an option to parse-str):&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-style: solid;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;border-bottom-style: solid;&quot;&gt;&lt;b&gt;Desired Behavior&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;(= (clojure.data.xml/element :x {}
                             (clojure.data.xml/element :a {} &lt;span class=&quot;code-quote&quot;&gt;&quot;foo&quot;&lt;/span&gt;)
                             &lt;span class=&quot;code-quote&quot;&gt;&quot; &quot;&lt;/span&gt;
                             (clojure.data.xml/element :a {} &lt;span class=&quot;code-quote&quot;&gt;&quot;bar&quot;&lt;/span&gt;))
   (clojure.data.xml/parse-str
     (str &lt;span class=&quot;code-quote&quot;&gt;&quot;&amp;lt;?xml version=\&quot;&lt;/span&gt;1.0\&lt;span class=&quot;code-quote&quot;&gt;&quot; encoding=\&quot;&lt;/span&gt;UTF-8\&lt;span class=&quot;code-quote&quot;&gt;&quot;?&amp;gt;&quot;&lt;/span&gt;
          &lt;span class=&quot;code-quote&quot;&gt;&quot;&amp;lt;x&amp;gt;&quot;&lt;/span&gt;
          &lt;span class=&quot;code-quote&quot;&gt;&quot;&amp;lt;a&amp;gt;foo&amp;lt;/a&amp;gt;&quot;&lt;/span&gt;
          &lt;span class=&quot;code-quote&quot;&gt;&quot; &quot;&lt;/span&gt;
          &lt;span class=&quot;code-quote&quot;&gt;&quot;&amp;lt;a&amp;gt;bar&amp;lt;/a&amp;gt;&quot;&lt;/span&gt;
          &lt;span class=&quot;code-quote&quot;&gt;&quot;&amp;lt;/x&amp;gt;&quot;&lt;/span&gt;)))
;=&amp;gt; &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This is the current behavior:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-style: solid;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeHeader panelHeader&quot; style=&quot;border-bottom-width: 1px;border-bottom-style: solid;&quot;&gt;&lt;b&gt;Current Behavior&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;(= (clojure.data.xml/element :x {}
                             (clojure.data.xml/element :a {} &lt;span class=&quot;code-quote&quot;&gt;&quot;foo&quot;&lt;/span&gt;)
                             (clojure.data.xml/element :a {} &lt;span class=&quot;code-quote&quot;&gt;&quot;bar&quot;&lt;/span&gt;))
   (clojure.data.xml/parse-str
     (str &lt;span class=&quot;code-quote&quot;&gt;&quot;&amp;lt;?xml version=\&quot;&lt;/span&gt;1.0\&lt;span class=&quot;code-quote&quot;&gt;&quot; encoding=\&quot;&lt;/span&gt;UTF-8\&lt;span class=&quot;code-quote&quot;&gt;&quot;?&amp;gt;&quot;&lt;/span&gt;
          &lt;span class=&quot;code-quote&quot;&gt;&quot;&amp;lt;x&amp;gt;&quot;&lt;/span&gt;
          &lt;span class=&quot;code-quote&quot;&gt;&quot;&amp;lt;a&amp;gt;foo&amp;lt;/a&amp;gt;&quot;&lt;/span&gt;
          &lt;span class=&quot;code-quote&quot;&gt;&quot; &quot;&lt;/span&gt;
          &lt;span class=&quot;code-quote&quot;&gt;&quot;&amp;lt;a&amp;gt;bar&amp;lt;/a&amp;gt;&quot;&lt;/span&gt;
          &lt;span class=&quot;code-quote&quot;&gt;&quot;&amp;lt;/x&amp;gt;&quot;&lt;/span&gt;)))
;=&amp;gt; &lt;span class=&quot;code-keyword&quot;&gt;true&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
            <key id="15998">DXML-13</key>
            <summary>Support for preserving whitespace between tags</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="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="ryansenior">Ryan Senior</assignee>
                                <reporter username="onlyafly">Kevin Albrecht</reporter>
                        <labels>
                    </labels>
                <created>Sun, 10 Feb 2013 04:35:46 -0600</created>
                <updated>Sun, 10 Feb 2013 04:35:46 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                                <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>