Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wml::fmt::xtable(3) [debian man page]

wml::fmt::xtable(3)						     EN Tools						       wml::fmt::xtable(3)

NAME
wml::fmt::xtable - HTML tables through Advanced Syntax SYNOPSIS
#use wml::fmt::xtable <xtable table-options> initial text (e.g. <caption> ... </caption>). (X, Y) options for cell (X, Y) text for cell (X,Y)... ((X,Y)) options for header cell X,Y text for header cell (X,Y)... </xtable> DESCRIPTION
This is just a WML wrapper for interfacing the freetable(1) utility which converts its advanced table syntax to plain HTML table markup code. See freetable(1) for more details. CAVEATS
An error is reported if "xtable" body contains ePerl code, so the special variable "IPP_NOSYNCLINES" has to be written onto "#include" lines (see wml_p1_ipp(1)), and macros expanded by "mp4h"(1) must not print ePerl code. AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com REQUIRES
Internal: P1, P2, P3, freetable (PATH) External: -- SEE ALSO
freetable(1), HTML "<table>" tag. EN Tools 2014-04-16 wml::fmt::xtable(3)

Check Out this Related Man Page

wml::fmt::all(3)						     EN Tools							  wml::fmt::all(3)

NAME
wml::fmt:all - All of Formatting (FMT) category SYNOPSIS
#use wml::fmt::all DESCRIPTION
This includes all existing include files of the Formatting (FMT) category, i.e. all includes with prefix wml::fmt. The following files currently exist: wml::fmt::isolatin(3) ... ISO-Latin-1 to HTML Entity Conversion wml::fmt::verbatim(3) ... Really Preformatted Verbatim Text wml::fmt::xtable(3) ... HTML tables through Advanced Syntax wml::fmt::url(3) ... Recognize Uniform Resource Locator wml::fmt::text(3) ... Plain ASCII with Special Formatting Semantic wml::fmt::pod(3) ... Plain Old Document (POD) Format wml::fmt::sdf(3) ... Simple Document Format (SDF) AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com REQUIRES
Internal: P1 External: -- SEE ALSO
wml::fmt::isolatin(3), wml::fmt::verbatim(3), wml::fmt::xtable(3), wml::fmt::url(3), wml::fmt::text(3), wml::fmt::pod(3), wml::fmt::sdf(3). EN Tools 2014-04-16 wml::fmt::all(3)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

a question about the text string

Hi I have a question for creating a text string I have a table and wanted to attach a column header for it, can i do this: header = "id gender age phone" cat header table > finaltable Thanks (2 Replies)
Discussion started by: ksgreen
2 Replies

2. Shell Programming and Scripting

Help with shell script

I/P file has data as follows: Y REQUIRES Z A REQUIRES B C REQUIRES D REQUIRES E REQUIRES F G REQUIRES H I REQUIRES J EXACT OUTPUT FILE REQUIRED: Y REQUIRES Z A REQUIRES B C REQUIRES D C REQUIRES E (2 Replies)
Discussion started by: nightfox
2 Replies

3. UNIX and Linux Applications

SQL - how to alter info of a cell in table

Hello, I am newbie on mysql and trying to edit my database from terminal under linux. What I need to do is to change the information written in a cell in table. Let me explain what I tried: $ mysql -u mysqluser -p $ show databases; $ USE catalogue; $ show tables ; $ select * from... (2 Replies)
Discussion started by: baris35
2 Replies

4. UNIX for Beginners Questions & Answers

Putting query result dynamically to one cell of table from shell

I have to send a data in mail table format.only one cell need to get dynamically from query. my code is like (echo '<table boarder="1"> echo '<tr><td>stock</td><td>/path</td><td>.........</td></tr>' echo '</table> )sendmail.. in ......... I am trying to get query result.By putting query... (2 Replies)
Discussion started by: meera_123
2 Replies