shannon     2002/06/06 10:03:51

  Modified:    src/documentation/xdocs/faq faq-serializers.xml
  Log:
  new faq about XHTML
  
  Revision  Changes    Path
  1.2       +14 -1     xml-cocoon2/src/documentation/xdocs/faq/faq-serializers.xml
  
  Index: faq-serializers.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/documentation/xdocs/faq/faq-serializers.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq-serializers.xml       30 May 2002 17:37:20 -0000      1.1
  +++ faq-serializers.xml       6 Jun 2002 17:03:51 -0000       1.2
  @@ -19,11 +19,24 @@
    For more conceptual information about serializers see <link 
href="../userdocs/concepts/sitemap.html">the sitemap</link>. For detailed descriptions 
about all of the available Cocoon serializers, see the user's guide document <link 
href="../userdocs/serializers/serializers.html">Serializers in Cocoon</link>. You may 
also wish to consult the Cocoon API documentation.
     </p>
   </answer>
  -
   </faq>
   
  +<faq>
  + <question>
  +  What is the easiest way to generate XHTML output?
  + </question>
   
  + <answer>
  +  <p>
  +I have an stylesheet which transforms XML to XHTML, but it seems that the 
  +serializer converts it to HTML. For example, I have some &lt;br/&gt; elements which 
are converted to  &lt;br&gt; elements. What can I do?
  +  </p>
  +  <p>
  +Use the XML serializer.
  +  </p>
  +</answer>
   
   
  +</faq>
   
   </faqs>
  
  
  

----------------------------------------------------------------------
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