Hello folks,


I have an xml document which is generated using the esql taglib
included in cocoon.  Two of the elements that are returned are foriegn
keys in another taple (a lookup table) for the category and type of
item.  I can handle generating the lookup very easily with a
combination of jsp (the entry form) and xml/xslt as follows:

  <tr><!-- Row 1 -->
    <td>Category:</td>
    <td><jsp:include page="awardCategories.xml?id=3" /></td>
  </tr>
  <tr><!-- Row 2 -->
    <td>Type:</td>
    <td><jsp:include page="awardTypes.xml?id=1" />
        </td>
  </tr>


  What I would like to do is use something like an import in my style
  sheet to do the same thing but in the stylesheet:

<tr><td >Category</td>
<td><xsp:god_knows_what ="awardCategories.xml?id="{Category}"/></td></tr>

<tr><td >Type</td>
<td ><xsp:god_knows_what ="awardTypess.xml?id="{Type}"/></td></tr>


Is there anything that works like this or would allow me to do this
sort of thing?


Thanks in advanced!

  

-- 
Best regards,
 Russell                          mailto:[EMAIL PROTECTED]


---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to