Search found 2 matches

by saurav.bhadani
Thu Nov 15, 2007 8:58 am
Forum: XSLT and FOP
Topic: Change the date Format(New to XSLT)
Replies: 0
Views: 4143

Change the date Format(New to XSLT)

I have a date node in xml file and i get the date in the format 10/9/2007 and now i need to convert in October, 9 2007
Tell me how to do.
by saurav.bhadani
Thu Nov 15, 2007 7:26 am
Forum: XSLT and FOP
Topic: Loop in xslt
Replies: 0
Views: 3642

Loop in xslt

I have an xml file with more the 500 node of same type. All the node have different attribute. I have to select 5 node in that and create a table in html. All the 5 node have 3 child node. The 1st child node of all the 5 node should generate the 1st table and the 2nd child node of all the 5 node wil...