docbook-apps

XHTML and Olink Database Generation Problems

  • 1.  XHTML and Olink Database Generation Problems

    Posted 02-15-2007 17:16
    docbook-rnc-5.0.CR1 xsl-1.72.0 oxygen-8.1 (eclipse-3.2.1 plugin)



    When transforming to xhtml (../xhtml/profile-chunk.xsl) the following
    generated olink database code fragment does not validate, subsequently
    breaking all olinks in the transformation:




    PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    targetptr="fooInternet">

    <ttl>

    Introduction

    </ttl>

    <xreftext>

    Introduction

    </xreftext>

    targetptr="background">

    <ttl>Background</ttl>

    ...

    ...



    This issue does not arise with html transformations
    (../html/profile-chunk.xsl)



    Ray