Say you have an XML file that looks like this:

<?xml version = "1.0"?>
<PO type="Purchase Order">
  <note>
    blah blah blah<br/>
    <strong>blah blah blah</strong>
    <p/>
    <em>blah blah blah</em>
    <u>blah blah blah</u>
    <p/>
    <ol>
      <li>blah</li>
      <li>blah</li>
      <li>blah</li>
    </ol>
    <p/>
    <strong>blah <em>blah <u>blah </u>blah </em>blah</strong>
   </note>
</PO>

I want to mark up the text in the resulting PDF file according to the tags
(strong=bold, em=italics, etc.)  I'm a newbie with XSL, and I can't figure
out how to write the XSL so it transforms this XML into the correct FO.  Can
anyone recommend a good XSL book or reference that would help me with this,
or better yet, give me some XSL:FO that does this?

Darrel

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to