|
Subject: RE: [xsl] Re: whats the best way to create and use values for lookup (key-value) such that you can loop through it with limits From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Mon, 15 Sep 2003 12:17:06 -0400 |
Now my document has various chapters which have various sections where a given section can have any number of matrices (matrix) and/or paragraphs.
Now in the XSL for this I need to be able to HARD-CODE certain values INTO A SECTION that are to be used by all INNER TEMPLATES (namely, Matrix, Paragraph, Items, SubItems etc.) ( But are NOT accessible to other section matches
<section SectionHeading='MySectionSomething1'> <table-params> <col which="MC1Width">30</col> <col which="MC2Width">40</col> <col which="MC3Width">25</col> <col which="MC4Width">50</col> <col which="MC5Width">70</col> </table-params>
<my:table-specs>
<section SectionHeading='MySectionSomething1'>
<col which="MC1Width">30</col>
<col which="MC2Width">40</col>
<col which="MC3Width">25</col>
<col which="MC4Width">50</col>
<col which="MC5Width">70</col>
</section>
<section SectionHeading='MySectionSomething2'>
....
</section>
</my:table-specs>Cheers, Wendell
====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Passing Parameters to mem, Michael Kay | Thread | RE: [xsl] Re: whats the best way to, SANWAL, ABHISHEK (HP |
| Re: [xsl] XSLT to SVG Image not app, Cas Tuyn | Date | [xsl] using parameter, abbouh |
| Month |