Skip to Content
Special Edition Using XSLT
book

Special Edition Using XSLT

by Michael Floyd
January 2002
Intermediate to advanced
480 pages
11h 5m
English
Que
Content preview from Special Edition Using XSLT

Iterative Processing

In working with XML data, you are likely to run into documents that contain a repeating structure. For example, a document that represents a database recordset might contain a repeating collection of <record> elements. Generically, that document might look something like Listing 4.7.

Listing 4.7. An XML Document Instance Containing <record> Elements Representing Records in a Database Table
 <?xml version=”1.0” ?> <recordSet> <record num=”001”> <field1>data for field 1</field1> <field2> data for field 2</field2> <field3> data for field 3</field3> <record num=”002”> <field1>data for field 1</field1> <field2> data for field 2</field2> <field3> data for field 3</field3> <record num=”003”> <field1>data for field 1</field1> <field2> ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Special Edition Using XML, Second Edition

Special Edition Using XML, Second Edition

- et al. David Gulbransen
XML for Publishers

XML for Publishers

Keith Fahlgren

Publisher Resources

ISBN: 0789725053Purchase book