diff --git a/xml2xslt.xsl b/xml2xslt.xsl index 323e265..75edf45 100755 --- a/xml2xslt.xsl +++ b/xml2xslt.xsl @@ -17,7 +17,7 @@ What target format are we generating a styesheet for? Possible values: html, xhtml, latex (includes pdflatex), xelatex. --> - html + html - + - - - - - - + + + + + + @@ -144,7 +144,7 @@ document. Appears here because it's used in the document preamble. --> - yes + yes @@ -180,7 +180,7 @@ document. Appears here because it's used in the document preamble. --> - yes + yes @@ -238,7 +238,7 @@ --> - png + png @@ -266,8 +266,10 @@ Content-type - text/html;charset= - + + text/html;charset= + + @@ -308,7 +310,7 @@ <xsl:when test="($target-format = 'latex') or ($target-format = 'xelatex')"> <!-- Set to pdf if using PDFLaTeX, otherwise eps. --> - <xsl-out:param name="image-format">pdf</xsl-out:param> + <xsl-out:param name="image-format"><xsl:text>pdf</xsl:text></xsl-out:param> <!-- *** LaTeX Source Output *** --> <!-- Should this produce a LaTeX source fragment or an entire valid source document? -->