Wrox Programmer Forums
Go Back   Wrox Programmer Forums > XML > XSLT
|
XSLT General questions and answers about XSLT. For issues strictly specific to the book XSLT 1.1 Programmers Reference, please post to that forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the XSLT section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 17th, 2004, 10:36 PM
Registered User
 
Join Date: Jun 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Specifying column positions

I'm trying to build a table of pre-filled input boxes based on some XML data. I need each column's field info to appear in the specified column position. However, column nodes without any info are absent from the XML file:

<Table>
   <Row Line="1">
     <Column Position="1">
        <Field>1-1</Field>
     </Column>
     <Column Position="2">
        <Field>1-2</Field>
     </Column>
     <Column Position="3">
        <Field>1-3</Field>
     </Column>
   </Row>
   <Row Line="2">
     <Column Position="2">
        <Field>2-2</Field>
     </Column>
   </Row>
   <Row Line="3">
     <Column Position="2">
        <Field>3-2</Field>
     </Column>
     <Column Position="3">
        <Field>3-3</Field>
     </Column>
   </Row>
</Table>

How can I create a table with the info in the correct columns? I'm a little new to XSL and I've hit my head over this for days now.





Similar Threads
Thread Thread Starter Forum Replies Last Post
C#.Net Development Engineer (2 positions) lashan C# 4 January 25th, 2008 03:41 PM
Oracle PL/SQL Developer (2 positions) lashan SQL Server 2005 0 January 7th, 2008 01:14 PM
template column and bound column hidayah ASP.NET 1.x and 2.0 Application Design 1 April 9th, 2005 03:50 PM
ordinal positions JENKINSACTIVE Pro VB Databases 0 November 29th, 2004 08:25 AM
Compare two Items of data(in column A and column B ever Excel VBA 6 February 13th, 2004 02:19 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.