rowspan problem
Here should go questions about transforming XML with XSLT and FOP.
-
- Posts: 5
- Joined: Tue Sep 03, 2013 5:39 pm
rowspan problem
Post by touch.rajasekar »
Hi,
We have the spanned the entries to two rows using rowspan attribute, but the output will be rowspan attribute need to be remove and empty tag to be fill in the corresponding columns.
Input:
<tr><td>column 1</td><td rowspan="2">column 2</td><td>column 3</td></tr>
<tr><td rowspan="2">column 1</td><td>column 3</td></tr>
<tr><td>column 2</td><td>column 3</td></tr>
Output:
<tr><td>column 1</td><td>column 2</td><td>column 3</td></tr>
<tr><td>column 1</td><td></td><td>column 3</td></tr>
<tr><td></td><td>column 2</td><td>column 3</td></tr>
Please help me how can i process this in using xslt.
Thanks in Advance
Rajasekar
We have the spanned the entries to two rows using rowspan attribute, but the output will be rowspan attribute need to be remove and empty tag to be fill in the corresponding columns.
Input:
<tr><td>column 1</td><td rowspan="2">column 2</td><td>column 3</td></tr>
<tr><td rowspan="2">column 1</td><td>column 3</td></tr>
<tr><td>column 2</td><td>column 3</td></tr>
Output:
<tr><td>column 1</td><td>column 2</td><td>column 3</td></tr>
<tr><td>column 1</td><td></td><td>column 3</td></tr>
<tr><td></td><td>column 2</td><td>column 3</td></tr>
Please help me how can i process this in using xslt.
Thanks in Advance
Rajasekar
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service