C
cp
I want to format the results of a query that come back in XML so that
they look well formatted (change colors, fonts etc - the usual thing).
Normally I'd add a line to the top of the XML results file that
referred to my XSLT - for example: <?xml-stylesheet type="text/xsl"
href="format.xml"?>" and everything would work correctly.
However, I don't have access to the process that generates the XML
results so I'm looking for another way.
Can anyone suggest what sort of technique I should look into in order
to achieve this?
Thanks.
CP.
they look well formatted (change colors, fonts etc - the usual thing).
Normally I'd add a line to the top of the XML results file that
referred to my XSLT - for example: <?xml-stylesheet type="text/xsl"
href="format.xml"?>" and everything would work correctly.
However, I don't have access to the process that generates the XML
results so I'm looking for another way.
Can anyone suggest what sort of technique I should look into in order
to achieve this?
Thanks.
CP.