Page layout with a style sheet - TechRepublic
General discussion
October 13, 2004 at 02:47 PM
dennisbv

Page layout with a style sheet

by dennisbv . Updated 20 years, 5 months ago

I am using Microsoft Log parser to pull out certain events from my event logs and the setup I decided to use and works great except for one thing. It will parse the records I want and displays them in an XML file that is linked to a style sheet. The problem is that when I print the report it will only print portrait and I miss some of the info (it displays correctly) How do control the page set up? here is the style sheet that I used from the documentation.





<xsl:value-of select="@CREATED_BY"/> Generated Log

Generated Log


Generated on





This discussion is locked

All Comments