rdonkin     2004/01/12 12:29:08

  Added:       betwixt/src/test/org/apache/commons/betwixt/examples/rss
                        Channel.betwixt
  Log:
  RSS Example for tutorial (based on the Digester classes). The idea is that maven 
will create nice coloured source which I can link from the words.
  
  Revision  Changes    Path
  1.1                  
jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/examples/rss/Channel.betwixt
  
  Index: Channel.betwixt
  ===================================================================
  <?xml version="1.0" encoding="UTF-8" ?>
  <info primitiveTypes="element">
    <element name="rss">
      <attribute name="version" property="version"/>
      <element name="channel">
        <element name="title"  property="title"/>
        <element name="item"  property="items"/>
        <element name="textinput"  property="textInput"/>
        <element name="skipDays">
          <element name="day" property="skipDays"/>
        </element>
        <element name="skipHours">
          <element name="hour" property="skipHours"/>
        </element>
        <addDefaults/>
      </element>
    </element>
  </info>
  
  

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

Reply via email to