xsl-list
[Top] [All Lists]

How to create file structure from xml?

2005-08-17 01:14:02
Hi!

Is it possible to create file structure from xml file with xsl? 

<parentdir>
  c:\testtree\
  <dir>1
    <dir>1.1
      <dir>1.1.1</dir>
      <dir>1.1.2</dir>
    </dir>
    <dir>1.2</dir>
  </dir>
  <dir>2</dir>
</parentdir>


Best regards
A. Wardaschko


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • How to create file structure from xml?, anton <=