The current version of the eatdrinkfeelgood 1.0 to 1.1 stylesheet is 1.01.
released December 02, 2002
xsltproc -o /path/to/newfile.xml \ --stringparam name 'foaf http://foo.com/asc.foaf asc' \ --stringparam date '20021128T13:26:00 -0500 \ /path/to/eatdrinkfeelgood-1.0-to-1.1.xsl \ /path/to/your_recipe.xml
This parameter is used while creating a new rev child element of the revhistory element, indicating that the document has been converted from version 1.0 to 1.1 of the Eatdrinkfeelgood DTD.
The parameter is expected to be a string constisting of three parts, each separated by a single space.
The first part should be a valid NOTATION type that will be assigned to the content-type attribute of the author element.
The second part should a URI that will be assigned to the xlink:href attribute of the extref child element of the author element.
The third part should a string that will be assigned to the xlink:title attribute of the extref child element of the author element.
--stringparam name 'foaf http://foo.com/asc.foaf asc'
<author content-type = "foaf">
<extref xlink:href="http://foo.com/asc.foaf"
xlink:title="asc" />
</author>
This parameter is used while creating a new rev child element of the revhistory element, indicating that the document has been converted from version 1.0 to 1.1 of the Eatdrinkfeelgood DTD.
The parameter is expected to be a string that will be assigned to the dc:date element.
--stringparam date '20021128T13:26:00 -0500
<dc:date>20021128T13:26:00 -0500</dc:date>