How to include the content of a text file inside another text file using xslt.
Hi,
I am parsing a source xml file to generate a text file. Now I have a requirement in which I have to display few section of the output text page that has to come from a dynamic text file.
I tried using document('filename.txt') and parsed it but getting the below error:
"Error reported by XML parser: Content is not allowed in prolog."
Could you please tell me the possible solution for the above scenerio.
Thanks,
avarma.
|