RE: [WSG] OT: XSL editing

2003-12-04 Thread Mark Stanton
xml.com is really good for finding this stuff: http://www.xml.com/pub/rg/XSLT_Software Cheers Mark -- Mark Stanton Technical Director Gruden Pty Ltd Tel: 9956 6388 Mob: 0410 458 201 Fax: 9956 8433 http://www.gruden.com

RE: [WSG] OT: XSL editing

2003-12-04 Thread Lindsay Evans
Miles Tillinger wrote: > Hi, > > I am editing XSL templates and want a simple way to preview the > output by combining the XSL with a sample XML packet. So far the > best I have found is this ASP app at > http://www.chriswetherell.com/editor/home.asp. However it is a > bit slow and I'd prefer a

RE: [WSG] [OT] XSL [Virus checkedAU]

2003-11-26 Thread Brendan Smith
ly keen to hear from others in the field, if only to see if the bad taste was just my orange juice and toothpaste again. Brendan From: James Silva [mailto:[EMAIL PROTECTED] Sent: Thu 27/11/03 4:45 PM To: [EMAIL PROTECTED] Subject: RE: [WSG] [OT] XSL [Virus checke

RE: [WSG] [OT] XSL [Virus checkedAU]

2003-11-26 Thread James Silva
Thanks so much everyone. I ended up with the following : tblAltRow Lindsay, the MS XMLDOM object im using borks at the "expr" attribute... "test" seems to work fine. Thanks again everyone.

RE: [WSG] [OT] XSL

2003-11-26 Thread Brendan Smith
Sure can James.. Try this RowBackgroundColourAlternate It's a rough starter - but you might be able to see where I'm going with it... Brendan From: James Silva [mailto:[EMAIL PROTECTED] Sent: Thu 27/11/03 3:15 PM To: [EMAIL PROTECTED] Subject: [WSG] [OT

Re: [WSG] [OT] XSL [Virus checkedAU]

2003-11-26 Thread Viktor . Radnai
This email is to be read subject to the disclaimer below. Hi James, It's not OT (IMHO), XSL is a W3C standard. (whew, four acronyms in one sentence...) I have never used XSL -- yet... but I have looked at the docs before. And something like this might just work: Repla

Re: [WSG] [OT] XSL

2003-11-26 Thread Ben Bishop
Hi James, You can use "position() mod 2 = 1" in your stylesheet. Do a Google search for examples. Here's two different ways: http://www-106.ibm.com/developerworks/library/x-xslt5.html http://aspn.activestate.com/ASPN/Mail/Message/xsl-list/1422468 Regards, - Ben http://www.daemon.com.au/ James S

RE: [WSG] [OT] XSL

2003-11-26 Thread Lindsay Evans
James Silva wrote: > Basically, i need to run some kind of MOD() function to set a > class for each > second . > > Is this possible with XSLT? Or do i need to look at doing some > pre/post processing of my data using ASP? Hi James, I found this in one of my old XSL files, no idea if it works tho