<!--
RSS generated by JIRA (4.4#649-r158309) at Sun May 26 02:04:39 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/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+%3D+DXML+AND+resolution+%3D+Unresolved+AND+priority+%3D+Major+ORDER+BY+key+DESC&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="http://dev.clojure.org/jira/styles/jiraxml2html.xsl" type="text/xsl"?>
-->
<rss version="0.92">
    <channel>
        <title>Clojure JIRA</title>
        <link>http://dev.clojure.org/jira/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+DXML+AND+resolution+%3D+Unresolved+AND+priority+%3D+Major+ORDER+BY+key+DESC</link>
        <description>An XML representation of a search request</description>
                <language>en-us</language>
                        <issue start="0" end="5" total="5"/>
                <build-info>
            <version>4.4</version>
            <build-number>649</build-number>
            <build-date>25-07-2011</build-date>
        </build-info>
<item>
            <title>[DXML-15] data.xml can&apos;t parse own output if there&apos;s a colon in an attribute name</title>
                <link>http://dev.clojure.org/jira/browse/DXML-15</link>
                <project id="10077" key="DXML">data.xml</project>
                        <description>&lt;p&gt;Observe:&lt;/p&gt;

&lt;p&gt;&amp;gt; (x/emit-str (x/element :NC {&quot;xmlns&quot; &quot;http://example.com&quot; &quot;xmlns:xsi&quot; &quot;http://www.w3.org/2001/XMLSchema-instance&quot; &quot;xsi:schemaLocation&quot; &quot;http://www.example.com/schema.xsd&quot;} (x/element :Foo {} &quot;bar&quot;)))&lt;br/&gt;
&quot;&amp;lt;?xml version=\&quot;1.0\&quot; encoding=\&quot;UTF-8\&quot;?&amp;gt;&amp;lt;NC xsi:schemaLocation=\&quot;http://www.example.com/schema.xsd\&quot; xmlns:xsi=\&quot;http://www.w3.org/2001/XMLSchema-instance\&quot; xmlns=\&quot;http://example.com\&quot;&amp;gt;&amp;lt;Foo&amp;gt;bar&amp;lt;/Foo&amp;gt;&amp;lt;/NC&amp;gt;&quot;&lt;br/&gt;
&amp;gt; (x/parse-str *1)&lt;br/&gt;
#clojure.data.xml.Element{:tag :NC, :attrs {:xsi/schemaLocation &quot;http://www.example.com/schema.xsd&quot;}, :content (#clojure.data.xml.Element{:tag :Foo, :attrs {}, :content (&quot;bar&quot;)})}&lt;br/&gt;
a&amp;gt; (x/emit-str *1)&lt;br/&gt;
XMLStreamException Prefix cannot be null  com.sun.xml.internal.stream.writers.XMLStreamWriterImpl.writeAttribute (XMLStreamWriterImpl.java:574)&lt;br/&gt;
app.services.external.experian.internal.test-data&amp;gt; &lt;/p&gt;

&lt;p&gt;(a) the xmlns and xmlns:xsi attributes have disappeared. Not the point of this issue but worth pointing out.&lt;br/&gt;
(b) &quot;xsi:schemaLocation&quot; has become :xsi/schemaLocation&lt;br/&gt;
(c) emitting a string blows up.&lt;/p&gt;</description>
                <environment>data.xml 0.0.7</environment>
            <key id="16126">DXML-15</key>
            <summary>data.xml can&apos;t parse own output if there&apos;s a colon in an attribute name</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</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="wolfson">ben wolfson</reporter>
                        <labels>
                    </labels>
                <created>Wed, 3 Apr 2013 20:00:02 -0500</created>
                <updated>Wed, 3 Apr 2013 20:00:02 -0500</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</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>

<item>
            <title>[DXML-14] IllegalArgumentException when trying to emit a boolean value</title>
                <link>http://dev.clojure.org/jira/browse/DXML-14</link>
                <project id="10077" key="DXML">data.xml</project>
                        <description>&lt;p&gt;I can create an element with a boolean value but I can&apos;t emit it...&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;user=&amp;gt; (emit-str (element :something {} false))&lt;br/&gt;
IllegalArgumentException No implementation of method: :gen-event of protocol:   #&apos;clojure.data.xml/EventGeneration found for class: java.lang.Boolean  clojure.core/-cache-protocol-fn (core_deftype.clj:541)&lt;/p&gt;&lt;/blockquote&gt;</description>
                <environment>JRE 1.7, OS X 10.7.5, Clojure 1.4 &amp;amp; 1.5, data.xml 0.0.7</environment>
            <key id="16061">DXML-14</key>
            <summary>IllegalArgumentException when trying to emit a boolean value</summary>
                <type id="1" iconUrl="http://dev.clojure.org/jira/images/icons/bug.gif">Defect</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="edoloughlin">Ed O&apos;Loughlin</reporter>
                        <labels>
                    </labels>
                <created>Thu, 7 Mar 2013 05:39:08 -0600</created>
                <updated>Thu, 7 Mar 2013 05:39:08 -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>

<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>

<item>
            <title>[DXML-10] Support for DOCTYPE when emitting XML</title>
                <link>http://dev.clojure.org/jira/browse/DXML-10</link>
                <project id="10077" key="DXML">data.xml</project>
                        <description>&lt;p&gt;Some consumers of XML files require an explicit DOCTYPE to accept an XML file. data.xml does not currently support the specification of doctypes when emitting XML. When XML is parsed, I believe DOCTYPEs are silently ignored, so there is no representation in the data model for them. The best design is possibly an :doctype option in clojure.data.xml/emit ?&lt;/p&gt;

&lt;p&gt;I&apos;ve attached a web.xml as example.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15824">DXML-10</key>
            <summary>Support for DOCTYPE when emitting XML</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="tgk">Thomas Greve Kristensen</reporter>
                        <labels>
                    </labels>
                <created>Wed, 14 Nov 2012 02:06:10 -0600</created>
                <updated>Wed, 14 Nov 2012 02:06:10 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                    <attachment id="11675" name="web.xml" size="427" author="tgk" created="Wed, 14 Nov 2012 02:06:10 -0600" />
                </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>

<item>
            <title>[DXML-4] Namespaces support</title>
                <link>http://dev.clojure.org/jira/browse/DXML-4</link>
                <project id="10077" key="DXML">data.xml</project>
                        <description>&lt;p&gt;Add support for both parsing and emitting namespace qualified tags and namespaces URI declarations.&lt;br/&gt;
It basically follows the underlying Java XML API in giving xmlns:foo attributes &quot;special&quot; treatment.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15299">DXML-4</key>
            <summary>Namespaces support</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="skuro">Carlo Sciolla</reporter>
                        <labels>
                    </labels>
                <created>Tue, 27 Mar 2012 15:45:05 -0500</created>
                <updated>Sun, 21 Apr 2013 19:04:27 -0500</updated>
                                                                            <due></due>
                    <votes>3</votes>
                        <watches>4</watches>
                        <comments>
                    <comment id="28563" author="ryansenior" created="Tue, 22 May 2012 10:26:38 -0500"  >&lt;p&gt;I don&apos;t see a contributor agreement for you Carlo.  Have you signed one? &lt;a href=&quot;http://clojure.org/contributing&quot;&gt;http://clojure.org/contributing&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="28881" author="gtrak" created="Tue, 19 Jun 2012 18:09:04 -0500"  >&lt;p&gt;ping, is the patch still waiting for a signed CA?&lt;/p&gt;</comment>
                    <comment id="28906" author="ryansenior" created="Tue, 26 Jun 2012 12:14:27 -0500"  >&lt;p&gt;Yes&lt;/p&gt;</comment>
                    <comment id="30128" author="ronslow" created="Sat, 1 Dec 2012 05:07:39 -0600"  >&lt;p&gt;Is this patch due reasonable soon?&lt;/p&gt;</comment>
                    <comment id="30980" author="jafingerhut" created="Sun, 21 Apr 2013 19:04:27 -0500"  >&lt;p&gt;Link to a design page with some ideas for XML namespace support in Clojure: &lt;a href=&quot;http://dev.clojure.org/display/DXML/Fuller+XML+support&quot;&gt;http://dev.clojure.org/display/DXML/Fuller+XML+support&lt;/a&gt;&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                    <attachment id="11017" name="add-namespace-support.patch" size="8171" author="skuro" created="Tue, 27 Mar 2012 15:45:05 -0500" />
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                            <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                <customfieldname>Patch</customfieldname>
                <customfieldvalues>
                        <customfieldvalue key="10002">Code and Test</customfieldvalue>

                </customfieldvalues>
            </customfield>
                                                                                        </customfields>
    </item>
</channel>
</rss>