[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: I processed a 3GB XML file ... using XSLT streaming
Both streaming and projection are automatically deployed by the processor when possible. <schools>{ for $node in doc('massachusetts.osm')/osm/node where $node/tag/@k = 'amenity' and $node/tag/@v = 'school'
return <school>{$node/tag[@k eq 'name']/@v}</school> }</schools> Ivan On Fri, Sep 13, 2013 at 12:03 PM, Costello, Roger L. <costello@mitre.org> wrote:
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] |
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|