RE: [xsl] Design question - capturing data

Subject: RE: [xsl] Design question - capturing data
From: "Philip Fitzsimons" <pfitzsimons@xxxxxxxxxxx>
Date: Fri, 11 Apr 2003 14:11:24 +0100
>From MSDN: SQLXML and XML Mapping Technologies
http://msdn.microsoft.com/library/default.asp?url=/nhp/Default.asp?contentid
=28001300&frame=true

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Kathy Burke
Sent: 11 April 2003 14:04
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: [xsl] Design question - capturing data


Again...work instruction xml:

Say you have a <step> element (which is primarily text) with a child element
<measure> that is a text box for user input.

<step>
   <measure>
   </measure>
</step>

...and of course, you could have several of these for any given work
instruction instance.

What is the best way (or possible ways) to identify each "field" in/out of a
database?

Of course, my head is still in relational db land, but I've seen references
to generate-id or using a "hard-coded" @name for each <measure> element.

Same issue for things such as: for each <step> capture start/stop times but
how to refer to each in a db WITHOUT hard-coding each reference?

Am I making ANY sense with this question?

TIA, Kathy


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread