Subject: Entities and copy-of
From: "Karl Funk" <karl.funk@xxxxxxxxxxxx>
Date: Mon, 11 Jul 2005 16:06:31 +0100
|
Hi,
I have an xml input file that contains escaped xml for example:
<pipeline-template><template:definition>
<template:declarations>
 ... </pipeline-template>
when I perform xsl:copy-of on pipeline-template the result has the 
changed to
i.e.
<pipeline-template><template:definition >
<template:declarations>
... </pipeline-template>
How can I stop this from happening (using xalan)?
Cheers,
Karl.
|