XHTML and XSLT

  1. divide-doc.xsl demos how to split a single XHTML file into many files.

    You need the divide-doc.xsl style sheet.

    Then, use a XSLT processor like saxon like this:
    saxon -o test.html test-page.html divide-doc.xsl

    To debug under Unix:
    saxon -T -o test.html test-page.html divide-doc.xsl > & t.t

    WARNING: This will not work for mixed contents (need to fix this sometimes) ! Source: http://www.w3.org/2003/09/divide-doc.xsl (but was totally outdated, had to fix it a bit)

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[DIR]tests/2005-12-04 17:11 -  
[   ]divide-doc.xsl2005-12-04 17:00 9.2K 
[   ]divide-doc.DEAD_ORIGINAL.xsl2005-12-04 16:37 9.7K 
[TXT]HEADER.html2005-12-04 17:10 590