Xml to Recordset
Version 1.1.8  how it workHelp and tutorialsAdd to cart
how it work How does it work - Filter and Sort
Main
Fields
Filter and Sort
Data Source
Price: 14,00 €
Usd. 17,87
Currency conversion according with PayPal
Flash Tutorials

 
Filters: with this extension you can also filter the data you have in the xml file like a standard dreamweaver recordset.
Use the right button to Add / Modify / Delete the filters.
On click on the Add button a new popup window open and you can enter all the info about a new filter.
 
Node name: The name of the node you want filter for
   
Value:

The run-time value of the filter. The run-time value is usually a URL or form parameter entered by a user in an HTML form field like:
Request.QueryString(“formFieldName”) or Request.Form(“formFieldName”)
or any other run-.time value like session or application variable
In case you want use a string value you must insert the value with apex before and after because this is a run-time value and will be evaluated from the asp code.
For example if you need insert a date use this format:"01/01/2007"
or for a number use:"123"

   
Filter type: The SQL operator to filter the value field like:
>   <   <>   >=   <=
   
Value format: The format of the node value, can be: String - Date - Numeric - Boolean
   
Default value: The default value in case the run-time value is void.

Sort: with this extension you can also sort the data you have in the xml file like a standard dreamweaver recordset.
Use the right button to Add / Modify / Delete the sort fields list.
On click on the Add button a new popup window open and you can enter all the info about a new sort field.
 
Node name: The name of the node you want sort for
   
Sort: Define if the records should be sorted in ascending order or descending order