Web Development
pullpars.txt
Associated article: Transforming XML & the REXML Pull Parser
Tags: Web Development
Published source code and related files accompanying the article by James Britt in which he uses Ruby and its built-in XML pull parser for an alternative approach to XML transformations. Also see PULLPARS.ZIP.
Transforming XML & the REXML Pull Parser
by James Britt
Listing One
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE office:document-content PUBLIC "-//OpenOffice.org//DTD
OfficeDocument 1.0//EN" "office.dtd">
&...


