Edgewall Software

Changes between Version 3 and Version 4 of MarkupBuilder


Ignore:
Timestamp:
Jul 9, 2006, 12:58:49 AM (18 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MarkupBuilder

    v3 v4  
    4040}}}
    4141
    42 The full functionality of streams is available for streams generated this way. For example, sub-streams can be extracted using XPath expressions with the `select()` method:
    43 
    44 {{{
    45 >>> substream = stream.select('a')
    46 >>> substream
    47 <markup.core.Stream object at 0x71e090>
    48 >>> print substream
    49 <a href="http://example.org/">a link</a>
    50 }}}
     42----
     43See also: MarkupGuide, MarkupStream