May 27, 200322 yr 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
May 27, 200322 yr Author 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?
May 28, 200322 yr 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...
May 29, 200322 yr Author 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?
May 29, 200322 yr 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
May 29, 200322 yr RE: my question from start is how to build this record set!!! Find? FindAll? FindAny?
Create an account or sign in to comment