Changeset 1243

Show
Ignore:
Timestamp:
02/13/08 14:03:26 (10 months ago)
Author:
thomase
Message:

chunk the scripting of processing more sensibly; partial solution

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • BibIt/trunk/mods2html.xsl

    r1070 r1243  
    1414    <xsl:import href="readabledatetime.xsl"/> 
    1515     
    16     <xsl:param name="htmloutpath">/badigit/scratch2/</xsl:param> 
    17     <xsl:param name="rightspath">/TomDocs/awmcwork/pleiadesact/svnbox/pleiades-bibliography/rights.html</xsl:param> 
    18     <xsl:param name="langspath">/TomDocs/awmcwork/pleiadesact/svnbox/BibIt/language-subtags.xml</xsl:param> 
     16    <xsl:param name="htmloutpath">./html</xsl:param> 
     17    <xsl:param name="rightspath">../pleiades-bibliography/rights.html</xsl:param> 
     18    <xsl:param name="langspath">./language-subtags.xml</xsl:param> 
    1919    <xsl:variable name="langs" select="doc($langspath)/child::*[1]"/> 
    2020    <!-- <xsl:output name="html-format" method="html" indent="yes" escape-uri-attributes="yes" 
     
    4242        </xsl:variable>  
    4343        <xsl:variable name="thehtmldate"><xsl:value-of select="format-dateTime(current-dateTime(), '[Y]-[M01]-[D01]T[H01]:[m01]:[s01]-05:00')"/></xsl:variable> 
    44         <xsl:result-document href="{$htmloutpath}{@ID}.html" format="html-format"> 
     44        <xsl:result-document href="{$htmloutpath}/{@ID}.html" format="html-format"> 
    4545            <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 
    4646                <head>