| 
 
Subject: RE: [xsl] Positional tests From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Wed, 02 Mar 2005 15:19:30 -0500  | 
Here's a true representation of my data.
When processing font in block (3) or font in (4) I need to check back to see if block(2) exists.
The structure is not the same in all cases as this XML originates from a convertor.
Cheers, Wendell
<book>
  <Section1>
    <inline>
      <block>Anexo</block> (1)
    </inline>
    <Section2>
      <block>Abreviaturas</block> (2)
      <body>
        <table>
          <thead>
            <tr>
              <td>
                <p>
                  <block> (3)
                    <font font-weight="bold">Abbreviation</font>
                  </block>
                </p>
              </td>
              <td>
                <p>
                  <block> (4)
                    <font font-weight="bold">Description</font>
                  </block>
                </p>
              </td>
            </tr>
          </thead>
          <tbody>
            .
            .
            .
          </tbody>
        </table>
      </body>
    </Section2>
  </Section1>
</book>
====================================================================== 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] Positional tests, Paul Clarke | Thread | [xsl] [announce] Dr. Michael Rys on, Ivan Pedruzzi | 
| RE: [xsl] current-group()[1] within, Kevin Rodgers | Date | [xsl] most efficient way to check f, Sebastien Boisvert | 
| Month |