M
mountain1228
Hello,
I apoligize in advance if this post is off-topic in this group.
I have been converting xml to html with an xslt stylesheet using the
program xslt-parser that comes with RH 7.3.
The output mirrors that in the xslt file. The only exception are the
first two lines of each file I convert to html.
Every file that is converted from xml to html using xslt has the first
2 line as:
Content-Type: text.xml
Content-Length: (some integer)
I want to remove the above two lines. Does anybody know who to do
this?
I use the below command line script to convert an xml file to html
using xslt.
bash-2.05a$ xslt-parser -s test.xsl test.xml > test.html
Any help or guidance will be appreciated.
TIA
James
I apoligize in advance if this post is off-topic in this group.
I have been converting xml to html with an xslt stylesheet using the
program xslt-parser that comes with RH 7.3.
The output mirrors that in the xslt file. The only exception are the
first two lines of each file I convert to html.
Every file that is converted from xml to html using xslt has the first
2 line as:
Content-Type: text.xml
Content-Length: (some integer)
I want to remove the above two lines. Does anybody know who to do
this?
I use the below command line script to convert an xml file to html
using xslt.
bash-2.05a$ xslt-parser -s test.xsl test.xml > test.html
Any help or guidance will be appreciated.
TIA
James