<rdf:RDF
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xml:base='http://startofentry.blogdns.org/rdf'>
    <s:Snip rdf:ID='source-changed-SnipLink.cutLength'
         s:name='source-changed-SnipLink.cutLength'
         s:cUser='case'
         s:oUser='case'
         s:mUser='case'>
        <s:content>1 Reason&#xD;&#xA;&#xD;&#xA;Currently (1.0b2-uttoxeter) [SnipSnap] does render SnipLinks in see-also area sometimes unrecognizalbe. This happens due to wrong shortening of the snipname if deep namespaces are used.&#xD;&#xA;&#xD;&#xA;1 Updated org.snipsnap.snip.SnipLink&#xD;&#xA;&#xD;&#xA;{code}&#xD;&#xA;public static String cutLength(String url, int len) {&#xD;&#xA;    // Using formatter before cutting&#xD;&#xA;    url = formatter.format(url);&#xD;&#xA;    if (url != null &amp;&amp; len &gt; 3 &amp;&amp; url.length() &gt; len) {&#xD;&#xA;      return url.substring(0, len - 3) + &quot;...&quot;;&#xD;&#xA;    }&#xD;&#xA;    return url;&#xD;&#xA;}&#xD;&#xA;{code}</s:content>
        <s:mTime>2005-03-25 19:17:44.964</s:mTime>
        <s:cTime>2005-03-25 19:17:44.964</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='#SnipSnap'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
