Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by manx

  1. manx

    page-break-after

    When I load the following html into IE5 and print from the file menu, it all prints on one page. What's goin' on? Can someone supply me with the code that does what I'm after? <html> <head></head> <body> hello page 1 <hr style=&quot;page-break-after: always&quot; width=&quot;60%&quot;> hello...
  2. manx

    Is it possible to use a distinct like statement?

    You must be able to use XSL:Key somehow. If I get chance over the weekend, I'll have a look. Good luck.
  3. manx

    XSL - finding if an element exists?

    Hi Tokoh, count() should do it. e.g. <?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?> <?xml-stylesheet type=&quot;text/xsl&quot; href=&quot;./missingtag.xsl&quot; ?> <books> <book> <title>book1</title> <author>manx</author> </book> <book> <title>book2</title> </book>...

Part and Inventory Search

Back
Top