i want to transform results more 1000 xml files html presentation in browser.
first, have created xml file, contains list 1000 xml files.
<?xml-stylesheet type="text/xsl" href="test.xsl"?> <resultfiles> <failurememorydescription> d:\tmacs_data\projects\vw\ev5012_04\diagnosis\tkwinx_failurememorydescription_bb93284.xml </failurememorydescription> <resultfile>file1.xml</resultfile> <resultfile>file2.xml</resultfile> <resultfile>file3.xml</resultfile> ..... <resultfile>file1000.xml</resultfile> </resultfiles> now, have test.xsl have written code display result above 1000 files in browser. but, unfortunately it crashes. if considering list upto 50 number of xml file, works fine. huge number of file (>1000), crashes.
could me in regard ?
thank
Comments
Post a Comment