pelegk Posted May 27, 2003 Posted May 27, 2003 i have been told that it's possible to build something like databases recordset! how can i do it in xsl?how to use it in client side? thanks in advance Peleg
pelegk Posted May 27, 2003 Author Posted May 27, 2003 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?
pelegk Posted May 28, 2003 Author Posted May 28, 2003 what do u mean by : "export the record set as XML"?
Anatoli Posted May 28, 2003 Posted May 28, 2003 what do u mean by : "export the record set as XML"? To disk or to web... it depends on what you want to do with it...
pelegk Posted May 29, 2003 Author Posted May 29, 2003 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?
cjaeger Posted May 29, 2003 Posted May 29, 2003 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
Anatoli Posted May 29, 2003 Posted May 29, 2003 RE: my question from start is how to build this record set!!! Find? FindAll? FindAny?
Recommended Posts
This topic is 7846 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 accountSign in
Already have an account? Sign in here.
Sign In Now