CassidyHunt
IS-IT--Management
I have a XSL file that transalte a document that I have in ASP.net. I would like to provide a client side filter for the data using javascript. To do this I have setup an array for each object. I am trying to populate that array as the transform happens. Problem I am having is that it doesn't give me the XML values because I am in the script. How do I get around this?
XSL file code
The above is what prints. I would like to be able to make it populate it with the xml nodes when the page loads.
Thanks for the help.
Cassidy
XSL file code
Code:
<script>
ar[item] = new job("{RESOURCE_ID}","{JOB_ID}");
</script>
The above is what prints. I would like to be able to make it populate it with the xml nodes when the page loads.
Thanks for the help.
Cassidy