Menu

#68 Microsoft HTML Help - toc.hhc

packaging problem
closed
XSL (1066)
5
2001-06-27
2001-06-26
No

When I generate HTML Help the contents file (toc.hhc) contains '<' and '>' instead of '<' and
'>', respectively.

I can fix the problem by adding the attribute 'disable-output-escaping="yes"' to
<xsl:text></xsl:text> containing '<' and '>' in the file 'htmlhelp-common.xsl'.

I'm currently using 'docbook-xsl-1.40' and 'Xalan-Java 2'.

Discussion

  • Jirka Kosek

    Jirka Kosek - 2001-06-27

    Logged In: YES
    user_id=189932

    This looks like a bug in Xalan. Stylesheet uses text output
    method which should automatically replace < by < and so
    on. Please report this bug to Xalan development team.

    BTW: If I remeber it correctly, Xalan can use only html
    output method when chunking. HTML output method can not be
    used in stylesheet, because MS HTML Help compiler does not
    accept correct HTML, it accepts only this weird stuff
    generated by stylesheet.

     
  • Jirka Kosek

    Jirka Kosek - 2001-06-27
    • assigned_to: nobody --> kosek
    • status: open --> closed