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/01/12 21:29:08 UTC

cvs commit: jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/examples/rss Channel.betwixt

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org