This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

replace each same character by another one (or more)


where a quote-sign ( ' ) is used in xml-doc, it has to be replaced by slash
+ quote-sign ( /' )
how to process a whole document at once ?
 
i tried already like this:
<xsl:template match="Body"><xsl:value-of select=" ....
 
but this don't result in a node, just the value of, with the result when the
element Body is called, only the value is given,  thus, without the lay-out
defined in 'template-match' for elements included in the Body element
 
ps: the only way i can call the node Body is like this, <xsl:apply-templates
select="Information/Body"/> (within javascript)
 
some nice brain with solution ? :-)
 
thx

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]