M
markjcostello
Hi,
I have a service running on my machine that generates continuous stats
in xml.
I want to constantly reference an xslt file (using <?xml-stylesheet
type="text/xsl" href="Test3.xsl"?>) within the xml that does not change
the formatting of the xml in any way when i access the xml in a
browser. This means that the xsl file will be a "dummy" file until I
import another xslt into the "dummy" file using <xsl:import
href="Test2.xsl" />.
Is there a way that I can do this in a constant manner?
Thanks
I have a service running on my machine that generates continuous stats
in xml.
I want to constantly reference an xslt file (using <?xml-stylesheet
type="text/xsl" href="Test3.xsl"?>) within the xml that does not change
the formatting of the xml in any way when i access the xml in a
browser. This means that the xsl file will be a "dummy" file until I
import another xslt into the "dummy" file using <xsl:import
href="Test2.xsl" />.
Is there a way that I can do this in a constant manner?
Thanks