File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes XML and Related Technologies and the fly likes xml reloading Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "xml reloading" Watch "xml reloading" New topic
Author

xml reloading

Ashish Jain
Ranch Hand

Joined: Sep 23, 2000
Posts: 50
Hi
In my scenario, i have one file "abc.xml" & another file "def.xsl".
Now def.xsl is rendering abc.xml to show data in tabular form. I want to implement dynamic sorting on columns. Now in xslt file, ofcourse i am using xsl:sort element, and also i am able to change order and select attribute in jscript file (using XSLDocument). Now how i can force reload of my xml file or reRendering of xml file using javascript.
I have found number of examples in which three files havbeen used like xxx.html file having both xslt and xml file. But I want to reload xml file using javascript which is in xslt file.
Thanks
Ashish Jain

Ashish Jain<br />MCP, SJCP, IBM XML, SCEA
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: xml reloading
 
Similar Threads
Parsing XML file from servlet
Loading an XML file in a classpath
Extracting XML file from BLOB on Browser
Need to acces xml document
converting xml from jsp to javascript