EDN Admin
Well-known member
How do I take a set of files in a directory and create a description of it in XML?
I know how to get a string array (string[] fileset = Directory(strFolderPath)), but what I need is to describe this file set in XML (because Im going to apply an XSL to it). The XSL will be making use of the xsl:document() function and will be applying
the transform to each file in this file set (so, Ill also need to ensure that each of these files is an XML file).
View the full article
I know how to get a string array (string[] fileset = Directory(strFolderPath)), but what I need is to describe this file set in XML (because Im going to apply an XSL to it). The XSL will be making use of the xsl:document() function and will be applying
the transform to each file in this file set (so, Ill also need to ensure that each of these files is an XML file).
View the full article