|
|
Synopsis: |
Judo includes a built-in SGML parser and provides the do .. as sgml and do .. as jsp event-driven statements that are very handy for scraping HTML and JSP pages, build custom SGML sublanguages and set up template systems. Each tag is denoted as an event, and you as a programmer provides code for each tag. The tags also include TEXT and special tags such as <!> , etc. In the handler code, the $_ variable will hold the tag object, which may have attributes. SGML (including XML) documents are great to separate content and their presentation, and the Judo SGML statement is a very convenient way to implement SGML document transformers.
|
|
Planning for SGML-Based Documentation
Develop An SGML-Based Documentation System
|