I have problems with HTML entities in XMLUI.. till Dspace 1.6..
 
In fact also in the 1.8 version:
I find that:
 http://demo.dspace.org/jspui/handle/123456789/8456
 display correct..
But
 http://demo.dspace.org/xmlui/handle/123456789/8456
 is not displayed correctly :(
 
 
 Why the classic     are not displayed correctly within XMLUI??
 
 I read some topics here:
 
 http://web.archiveorange.com/archive/v/hxciqlvx4589UJszcXvi
 http://www.mail-archive.com/[email protected]/msg12678.html
 
I think that ther is something complained with the trasformation and one XSLT
in the pipeline of Cocoon where the main collection or comunity is generated...
where the
XSLT's feature 'Disable-ouput-escaping' is not correctly used?!
 
 I tried for example to modify
 
collection-view.xsl
 
<xsl:if 
test="string-length(dim:field[@element='description'][not(@qualifier)])&gt;0">
            <p class="intro-text">
                <xsl:copy-of 
select="dim:field[@element='description'][not(@qualifier)]/node()" 
disable-output-escaping ="yes"  />
            </p>
</xsl:if>
 
but disable-output-escaping is not permitted in xsl:copy-of
 
other solutions??
 
 
Jordan PIŠČANC
CenTraCon-SI
www.openstarts.units.it
Email:[email protected]

  
 


------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to