Hi All,
I have a processing instruction in my xml:
<?Pub _hardspace?>
and I am replacing it with an entity using XSL:
<xsl:template match="//processing-instruction('Pub')[.='_hardspace']"> </xsl:template>
My problem is that if the XML has the PI stored at the end of the line like this:
<?Pub _hardspace
?>
then the XSL doesn't work.
Can someone suggest a solution ?
TIA,
Sheila
I have a processing instruction in my xml:
<?Pub _hardspace?>
and I am replacing it with an entity using XSL:
<xsl:template match="//processing-instruction('Pub')[.='_hardspace']"> </xsl:template>
My problem is that if the XML has the PI stored at the end of the line like this:
<?Pub _hardspace
?>
then the XSL doesn't work.
Can someone suggest a solution ?
TIA,
Sheila