[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Table structure checking, how?

Subject: Table structure checking, how?
From: "Michael Müller-Hillebrand mmh@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 3 Mar 2016 08:37:38 -0000
 Table structure checking
Hi folks,

We came across a CALS table with a "missing" cell in the first row, like
this:

<tgroup cols="2">
  <tbody>
    <row>
      <entry colname="col1" morerows="1"><p>Text</p></entry>
      <!-- MISSING second column cell -->
    </row>
    <row>
      <!-- skipped first cell because of morerows -->
      <entry colname="col2"><p>Text</p></entry>
    </row>
  </tbody>
</tgroup>

This table is technically valid, but creates problems when processed further.

Are you aware of a tool or method to check that the table data is correct
regarding any available colspan or rowspan definitions? I fear there is no way
to have that checked using just e.g. XPath.

My next step would be to look at Andrew Welch's table normalizer, which I have
used in a number of projects. It is currently based on the assumption that the
first row of a table is complete (after expanding any colspan definitions).

http://andrewjwelch.com/code/xslt/table/table-normalization.html

Any hints are very welcome,

- Michael

[demime 1.01d removed an attachment of type application/pgp-signature which had a name of signature.asc]

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.