Write a method YourSAXParser>>characters: aString
to access the contents of the current node in aString. YourSAXParser should be a subclass of SAXHandler. Cheers, 2011/4/15 Andy Burnett <andy.burn...@knowinnovation.com>: > I am trying to use the SAXHandler (Pharo 1.2.1) to parse a delicious rss > feed. I want to get the contents of a tag, i.e. the text that lies between > the opening tag and the closing tag. > Thanks to Laurent's excellent video I understand how to access the > attributes (using startElement:attributes:), but I can't work out how to get > the intra-tag text. I am sure it is a simple call, but could someone point > me in the right direction? > Cheers > Andy > _______________________________________________ > Beginners mailing list > Beginners@lists.squeakfoundation.org > http://lists.squeakfoundation.org/mailman/listinfo/beginners > > -- Hernán Morales Information Technology Manager, Institute of Veterinary Genetics. National Scientific and Technical Research Council (CONICET). La Plata (1900), Buenos Aires, Argentina. Telephone: +54 (0221) 421-1799. Internal: 422 Fax: 425-7980 or 421-1799. _______________________________________________ Beginners mailing list Beginners@lists.squeakfoundation.org http://lists.squeakfoundation.org/mailman/listinfo/beginners