Hi all!

Please consider (or compile) the following code:

    \setupinteraction[state=start]
    \placebookmarks[chapter,section][chapter]
    \defineXMLenvironment
     [chapter]
     {\defineXMLargument[title]{\chapter}}
     {\relax}
    \defineXMLsingular[end]{\end}

    \enableXML
        <chapter><title>Whatever with an &entity;</title>
        <chapter><title>Whatever with a <command/></title>
    <end/>

The problem is that bookmarks in output PDF file contains literal or
partially expanded ConTeX-code instead of it's effect. How to force context
to expand code entirely before writing bookmarks?


Thanks for any hints, Pawe/l


_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to