[Bug 5217] XQTSResults.xsl : allow inline HTML mark-up

http://www.w3.org/Bugs/Public/show_bug.cgi?id=5217


andrew.eisenberg@us.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #3 from andrew.eisenberg@us.ibm.com  2007-11-08 23:33 -------
I was trying to keep things as simple as possible when I created this
stylesheet.

I've extended the three elements that allow xqtsr:p to also allow some of the
common HTML elements (p | table | tr | td | ol | ul | li | br). Please note
that these elements have an empty namespace URI.

As a consequence, the tables that you supply in the future should be changed to

    <table xmlns="">
        <th>
            <td>Test name</td>
            <td>Comparison method</td>
        </th>

    .
    .
    .
   </table>


I've changed this for your current results and will republish our reports
shortly.

Please close this bug if you agree with this resolution.

Received on Thursday, 8 November 2007 23:33:57 UTC