You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/04/04 13:04:03 UTC

cvs commit: jakarta-commons/betwixt/xdocs faq.xml navigation.xml tasks.xml

rdonkin     2004/04/04 04:04:03

  Modified:    betwixt/xdocs faq.xml navigation.xml tasks.xml
  Log:
  Added new page to the user guide about outputing the results of writing a bean.
  
  Revision  Changes    Path
  1.9       +20 -0     jakarta-commons/betwixt/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/faq.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- faq.xml	29 Feb 2004 21:58:36 -0000	1.8
  +++ faq.xml	4 Apr 2004 11:04:03 -0000	1.9
  @@ -77,6 +77,12 @@
             How can I stop Betwixt write out empty elements?
           </a>
         </li>
  +      <li>
  +        <a href="#cdata">
  +          How can I stop Betwixt escaping my character data?
  +        </a>
  +      </li>      
  +      
       </ol>
       <p><strong>Reading Beans</strong></p>
       <ol>
  @@ -227,6 +233,20 @@
               (before writing your bean).
           </dd>
         </dl>   
  +
  +      <dl>
  +        <dt>
  +          <a name="cdata">
  +          	How can I stop Betwixt escaping my character data?
  +          </a>
  +        </dt>
  +        <dd>
  +Betwixt processes the character data so that valid xml is created.
  +The detault is to escape all character data but this can be changed
  +by plugging in a new <a href='guide/output.html#Content%20Encoding'>mixed context 
  +encoding strategy</a>.
  +        </dd>
  +      </dl> 
             
       </subsection>
       <subsection name="Reading Beans">
  
  
  
  1.14      +1 -0      jakarta-commons/betwixt/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/navigation.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- navigation.xml	2 Mar 2004 03:27:48 -0000	1.13
  +++ navigation.xml	4 Apr 2004 11:04:03 -0000	1.14
  @@ -46,6 +46,7 @@
         <item name="Binding Beans"           href="/guide/binding.html"/>
         <item name="Derived Beans"           href="/guide/derived.html"/>
         <item name="Writing Beans(Advanced)" href="/guide/writing.html"/>
  +      <item name="Outputing The Results"   href="/guide/output.html"/>
         <item name="Reading Beans(Advanced)" href="/guide/reading.html"/>
         <item name="Integrating" 	           href="/guide/integration.html"/>
         <item name="Examples"                href="/guide/examples.html"/>
  
  
  
  1.27      +9 -0      jakarta-commons/betwixt/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/tasks.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- tasks.xml	29 Feb 2004 21:58:36 -0000	1.26
  +++ tasks.xml	4 Apr 2004 11:04:03 -0000	1.27
  @@ -187,6 +187,10 @@
       <subsection name='Since 1.0-Alpha 1 Release'>
           <ul>
               <li>
  +                <strong>Added support for CDATA encoding</strong> through strategy
  +                for mixed content encoding.
  +            </li>
  +            <li>
                   <strong>Created DTD for .betwixt files.</strong>
               </li>
               <li>
  @@ -285,6 +289,11 @@
   <section name='Deprecated'>
       <subsection name='Since 1.0-Alpha 1 Release'>
           <ul>
  +            <li><strong>Adding context parameter to SAX style API</strong>
  +                <ul>
  +                    
  +                </ul>
  +            </li>
               <li> 
                   <code>BeanWriter.escapeAttributeValue()</code> moved into XMLUtils
               </li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org