• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to find subdirectories and files in a directory using XSL

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ,

I have problem how to retrieve info from external XML files.The exact problem is as follows:

I have a XML file in a directory 'A' displayed by XSL file.Now, this XSL file should be capable of

1. displaying the name of all the subdirectories of A that contain a xml file with the same name as the subdirectory has.
2. displaying all the XML files in directory A that contain node<passcount> and <failcount> anywhere in XML.

How should i approach,document() function should help but i am not geting how to use it in this case.pl help me.

reply
    Bookmark Topic Watch Topic
  • New Topic