Changeset 5239


Ignore:
Timestamp:
05/19/14 21:54:59 (10 years ago)
Author:
xnrn@gmx.net
Message:

reloading stylesheet every time is needed to get the almost-on-the-fly-cache solution working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMDI-Interoperability/CMD2RDF/trunk/build.xml

    r5234 r5239  
    4545-->
    4646        <target name="cmd2rdf" description="transform xsl from source dir to RDF">
    47                
     47<!--            basedir="${in.dir}" includes="**/oai_meertens_knaw_nl_http___hdl_handle_net_10744_mi_022000e4_0cc1_4699_849c_4b41a01d4f01.xml" destdir="${out.dir}" extension=".rdf"-->
    4848                <saxon-xslt style="xsl/CMDRecord2RDFcache.xsl"
    49                         basedir="${in.dir}" includes="**/oai_meertens_knaw_nl_http___hdl_handle_net_10744_mi_022000e4_0cc1_4699_849c_4b41a01d4f01.xml" destdir="${out.dir}" extension=".rdf"
    50                         force="true" >
     49                        basedir="${in.dir}" includes="**/*.xml" destdir="${out.dir}" extension=".rdf"
     50                        force="true" reloadstylesheet="true" >
    5151                        <param name="base_strip" expression="${base.strip}"/>
    5252                        <param name="base_add" expression="${base.add}"/>
Note: See TracChangeset for help on using the changeset viewer.