~ubuntu-branches/ubuntu/edgy/sope/edgy

« back to all changes in this revision

Viewing changes to sope-xml/samples/README

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Ley
  • Date: 2005-08-19 16:53:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050819165331-hs683wz1osm708pw
Tags: upstream-4.4rc.2
ImportĀ upstreamĀ versionĀ 4.4rc.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id$
 
2
 
 
3
Examples for using skyrix-xml
 
4
=============================
 
5
 
 
6
saxxml          - parse a file using SAX and print out the XML
 
7
 
 
8
xmln            - convert a give file to PYX using a SAX handler
 
9
 
 
10
rss2plist1      - a sample for writing a "raw" SaxObjC handler
 
11
 
 
12
rss2plist2      - a sample for writing a method-callback SaxObjC handler
 
13
 
 
14
rssparse        - a sample for using the SaxObjectDecoder
 
15
 
 
16
domxml          - parse a file into a DOM and print out the XML
 
17
 
 
18
testqp          - a sample for testing DOM query pathes