Advanced Perl XML tips using XSLT, SAX, and SQL
You will learn about XML::SAX::Base and how you can use it to build sources, handlers, and sinks of SAX events.
|
|
This article shows you more powerful tools for parsing XML using Perl: DOM-style tree parsers and the SAX event-based parsers. You will learn about XML::SAX::Base and how you can use it to build sources, handlers, and sinks of SAX events. See how to feed transformed parse trees into SAX pipelines, further transform them, and write them as text or to SQL databases. Finally you will learn how to reverse this, using database content to drive SAX pipelines. Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.