S�ren Kuklau wrote:
 > That's exactly what I'll be doing - except in simple HTML (XHTML 1.1
 > with a simple CSS2), because I find that a lot more clear for
 > myself.

   Use XML for data storage and then XSLT for markup ^_^
      Jirka

***************************************

<faq>
   <question></question>
   <answer></answer>
</faq>

<xsl:template match="//faq">
   <div class="faq">
     <div class="question">
       <xsl:copy-of select="question">
     </div>
     <div class="answer">
       <xsl:copy-of select="answer">
     </div>
   </div>
</xsl:template>


Reply via email to