govau / australia-gov-au-directory-generator

Transform the directory.gov.au export into australia.gov.au content pages.
MIT License
0 stars 0 forks source link

xsltproc can't output new directories #2

Open gordjw opened 5 years ago

gordjw commented 5 years ago

xsltproc on macOS seems to only be able to output into existing directories, it throws I/O Errors when trying to generate new folders.

We need the content to be nested inside correct folder structure for links to work.

gordjw commented 5 years ago

This seems like something that XSL 1.0 should be able to do, but moving to XSL 2.0 should also solve this. If we have to (or can) use a different processor on CloudFoundry, it would be worth upgrading to XSL 2.0 for this alone.