<!-- 
RSS generated by JIRA (4.4#649-r158309) at Sun May 19 15:53:06 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/CONTRIB-104/CONTRIB-104.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>[CONTRIB-104] prxml attribute value to support internal entity reference</title>
                <link>http://dev.clojure.org/jira/browse/CONTRIB-104</link>
                <project id="10012" key="CONTRIB">Clojure-Contrib</project>
                        <description>&lt;p&gt;Now there is no way to support internal entities in xml, as value of attribute is always beings xml-escaped and &apos;&amp;amp;&apos; (used as part of entity reference) is being replaced with &apos;&amp;amp;&apos;.&lt;/p&gt;</description>
                <environment></environment>
            <key id="14350">CONTRIB-104</key>
            <summary>prxml attribute value to support internal entity reference</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="6" iconUrl="http://dev.clojure.org/jira/images/icons/status_closed.gif">Closed</status>
                    <resolution id="2">Declined</resolution>
                                <assignee username="stuart.sierra">Stuart Sierra</assignee>
                                <reporter username="nevenavv">Nevena Vidojevic</reporter>
                        <labels>
                    </labels>
                <created>Sat, 12 Feb 2011 19:02:12 -0600</created>
                <updated>Fri, 18 Feb 2011 17:15:34 -0600</updated>
                    <resolved>Fri, 18 Feb 2011 09:32:43 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="26219" author="stuart.sierra" created="Fri, 18 Feb 2011 09:32:44 -0600"  >&lt;p&gt;The special tag &lt;tt&gt;:raw!&lt;/tt&gt; is available for unescaped output.&lt;/p&gt;</comment>
                    <comment id="26220" author="nevenavv" created="Fri, 18 Feb 2011 12:40:51 -0600"  >&lt;p&gt;Special tags are not considered for attribute value (prxml-attribute fn), just for xml tags (print-xml-tag multimethod), and when used string &quot;&lt;span class=&quot;error&quot;&gt;&amp;#91;:raw! ...&amp;#93;&lt;/span&gt;&quot; is printed as attribute value.&lt;/p&gt;</comment>
                    <comment id="26221" author="stuart.sierra" created="Fri, 18 Feb 2011 13:05:27 -0600"  >&lt;p&gt;Yes. You must put the actual XML tag inside a &lt;tt&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;:raw! ...&amp;#93;&lt;/span&gt;&lt;/tt&gt; block if you want to use XML entities in attributes.&lt;/p&gt;</comment>
                    <comment id="26222" author="nevenavv" created="Fri, 18 Feb 2011 16:55:29 -0600"  >&lt;p&gt;I&apos;ll be more specific...&lt;br/&gt;
I made entity declaration in DOCTYPE like this:&lt;/p&gt;

&lt;p&gt;&amp;lt;!DOCTYPE rdf:RDF [&lt;br/&gt;
  &amp;lt;!ENTITY owl &quot;http://www.w3.org/2002/07/owl#&quot;&amp;gt;&lt;br/&gt;
]&amp;gt;&lt;/p&gt;

&lt;p&gt;so I would be able to use reference to content of this named entity, using &quot;&amp;owl;&quot; (XML syntax), for example:&lt;/p&gt;

&lt;p&gt;&amp;lt;owl:onDatatype rdf:resource=&quot;&amp;xsd;string&quot;&amp;gt;&lt;/p&gt;

&lt;p&gt;I don&apos;t see a way to achieve this. My first thought was to use:&lt;/p&gt;

&lt;p&gt;[:owl:onDatatype {:rdf:resource &lt;span class=&quot;error&quot;&gt;&amp;#91;:raw! &amp;quot;&amp;xsd;string&amp;quot;&amp;#93;&lt;/span&gt;}]&lt;/p&gt;

&lt;p&gt;Am I missing something?&lt;/p&gt;




</comment>
                    <comment id="26223" author="nevenavv" created="Fri, 18 Feb 2011 17:15:34 -0600"  >&lt;p&gt;Ah, ok, I can use:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;:raw! &amp;quot;&amp;lt;owl:onDatatype rdf:resource=\&amp;quot;&amp;xsd;string\&amp;quot;&amp;gt;&amp;quot;&amp;#93;&lt;/span&gt;&lt;br/&gt;
That seems a bit like a workaround.. I think more idiomatic way isn&apos;t so hard to achieve, but no need obviously..  &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>