[
https://issues.apache.org/jira/browse/TIKA-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14538319#comment-14538319
]
Rishi Verma edited comment on TIKA-1577 at 5/11/15 6:10 PM:
------------------------------------------------------------
Hey Chris - thanks for your suggestions.
bq. just have that many <td>s, each one representing the cols, and <tr>s each
one representing the rows.
I'm not sure if nested <td>s and <tr>s themselves would produce valid XHTML.
For example, I tried the below out against a W3 validator [1], but it did not
pass.
2x2x2 matrix (3-dimensional):
<table>
<tr>
<td>
<tr>
<td>102.1</td>
<td>102.2</td>
</tr>
<tr>
<td>102.3</td>
<td>102.4</td>
</tr>
</td>
<td>
<tr>
<td>202.1</td>
<td>202.2</td>
</tr>
<tr>
<td>202.3</td>
<td>202.4</td>
</tr>
</td>
</tr>
</table>
[1] http://validator.w3.org/nu/
was (Author: riverma):
Hey Chris - thanks for your suggestions.
bq. just have that many <td>s, each one representing the cols, and <tr>s each
one representing the rows.
I'm not sure if nested <td>s and <tr>s themselves would produce valid XHTML.
For example, I tried the below out against a W3 validator, but it did not pass.
2x2x2 matrix (3-dimensional):
<table>
<tr>
<td>
<tr>
<td>102.1</td>
<td>102.2</td>
</tr>
<tr>
<td>102.3</td>
<td>102.4</td>
</tr>
</td>
<td>
<tr>
<td>202.1</td>
<td>202.2</td>
</tr>
<tr>
<td>202.3</td>
<td>202.4</td>
</tr>
</td>
</tr>
</table>
[1] http://validator.w3.org/nu/
> NetCDF Data Extraction
> ----------------------
>
> Key: TIKA-1577
> URL: https://issues.apache.org/jira/browse/TIKA-1577
> Project: Tika
> Issue Type: Improvement
> Components: handler, parser
> Affects Versions: 1.7
> Reporter: Ann Burgess
> Assignee: Ann Burgess
> Labels: features, handler
> Fix For: 1.9
>
> Original Estimate: 504h
> Remaining Estimate: 504h
>
> A netCDF classic or 64-bit offset dataset is stored as a single file
> comprising two parts:
> - a header, containing all the information about dimensions, attributes, and
> variables except for the variable data;
> - a data part, comprising fixed-size data, containing the data for variables
> that don't have an unlimited dimension; and variable-size data, containing
> the data for variables that have an unlimited dimension.
> The NetCDFparser currently extracts the "header part".
> -- text extracts file Dimensions and Variables
> -- metadata extracts Global Attributes
> We want the option to extract the "data part" of NetCDF files.
> Lets use the NetCDF test file for our dev testing:
> tika/tika-parsers/src/test/resources/test-documents/sresa1b_ncar_ccsm3_0_run1_200001.nc
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)