how Reading Multiple xml files
hi all,
I want to read multiple xml files and apply same xsl to them.
how can i do this?
I am using xalan's Transformer to apply the xsl to the xml file.
but now i want to read mutiple xml file from the directory and apply the same xsl to it.
is there any other method to transform a xml file to other xml file wherein i can specify more xml files.
thanx in advance

