- From: <AndrewWatt2001@aol.com>
- Date: Mon, 26 Nov 2001 09:00:39 EST
- To: Dudley.Butt@za.didata.com, www-xsl-fo@w3.org
- Message-ID: <22.1f6bd3ac.2933a507@aol.com>
In a message dated 26/11/01 12:54:18 GMT Standard Time, Dudley.Butt@za.didata.com writes: > Here is what i have...a DTD and XML file already populated with data. What I > have to do is extract only some of the data from the XML and create a nice > looking report. Can anyone tell if there is an easier way or is XSLT the > best way to generate the resulting file, which must also be an XML > file.....HEEEELLLPPP > I'm new to all this so please, anyone with some cool ideas or suggestions > will be most valuable Dudley, It looks like you have a sizeable self-education project in front of you. :) Yes, XSLT is a suitable tool to select from a source XML file and generate a report. A couple of good XML books possibly to begin with (depending on your general level of knowledge, speed of learning) are Professional XML (2nd Edition) or Beginning XML (new edition due any time now), both from Wrox. If you really want to get into XSLT in depth then Michael Kay's XSLT Programmer's Reference (2nd Edition) is well worth a look too. If your report is to beon paper then XSL-FO is a possibility, perhaps also converted to PDF. At the moment there isn't a book dedicated to XSL-FO as far as I am aware. There is an intro chapter in Pro XML 2e mentioned above and coverage in XSL Essentials or Just XSL which might be helpful. I hope that helps. Andrew Watt
Received on Monday, 26 November 2001 09:01:02 UTC