Jump to content

xsl and recordset!


pelegk

This topic is 7657 days old. Please don't post here. Open a new topic instead.

Recommended Posts

when u read from database u are making a record set from which u will read the data!

the data in the record set object is being retrivied fom a data base!

i was told that i can do the same with xsl!

say i have redy made xml

with all the countries in USA

and in each countrt there is an rodered pepole by name!

and with the xsl i can have something like a record set that will hold ll the pepole with certain name!

how to do it?

Link to comment
Share on other sites

my question from start is how to build this record set!!!

and how can i use it on client side instead of getting data from server i will have a record set on client side which i can acceess all the time!

how to do it?

Link to comment
Share on other sites

You can refer to constants or related data in other xml documents via the document() function. Or you can access just those records with certain properties with xsl:key. (duplicates a FileMkaer relation in XSL.) And you can user "static" xml files which content is to be mixed with you dynamical content.

This should give you a start:

http://www.xml.com/pub/a/2002/03/06/xslt.html

http://www.xml.com/pub/a/2002/02/06/key-lookups.html

Link to comment
Share on other sites

This topic is 7657 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.