Uploaded image for project: 'XWiki Rendering'
  1. XWiki Rendering
  2. XRENDERING-142

DocBook Renderer doesn't support parameters

    XMLWordPrintable

Details

    • N/A
    • N/A

    Description

      Test to reproduce (test already exists in bold9.test):

      .#-----------------------------------------------------
      .input|xhtml/1.0
      .#-----------------------------------------------------
      <p><strong a="b">something</strong></p>
      .#-----------------------------------------------------
      .expect|event/1.0
      .#-----------------------------------------------------
      beginDocument
      beginParagraph
      beginFormat [BOLD] [[a]=[b]]
      onWord [something]
      endFormat [BOLD] [[a]=[b]]
      endParagraph
      endDocument
      .#-----------------------------------------------------
      .expect|docbook/4.4
      .#-----------------------------------------------------
      <article><para><emphasis role="bold">something</emphasis></para></article>
      

      Attachments

        Activity

          People

            mleduc Manuel Leduc
            vmassol Vincent Massol
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: