Alan Hoyle wrote:

Does anyone have hints as to how to get started?  I found a tutorial on
how to create a transform:
http://www.zvon.org/xxl/XSLTutorial/Books/Book1/

Zvon is good. The OReilly XSLT book is good as well. Use the Register script (on the JPluck site) as a guide. This one will be much simpler though. The title page has an XPath expression of:

/html/body/table[3]//tr[2]/td[2]/table[6]/td[2]

if I counted correctly.

The article page is:

/html/body/table[3]//tr[2]/td[2]/table[3]

I used the Mozilla DOM Inspector to figure these out.

_______________________________________________
plucker-list mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-list

Reply via email to