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:54 UTC

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

rdonkin     2004/01/12 12:29:54

  Added:       betwixt/src/test/org/apache/commons/betwixt/examples/rss
                        Image.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/Image.betwixt
  
  Index: Image.betwixt
  ===================================================================
  <?xml version="1.0" encoding="UTF-8" ?>
<info primitiveTypes="element">
    <element name="image">
      <element name="url" property="URL"/>
      <addDefaults/>
    </element>
  </info>
  
  

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