MHonArc v2.5.0b2 -->
legalxml-courtfiling message
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]
Subject: Re: [legalxml-courtfiling] Feedback Request/Request to Continue W ork of Documents Subcommittee
PDF and XSLT do not include the functions of a formatter. It is the
formatter that paginates, line wraps, and determines spacing based on font
faces, font sizes, kerning, and line space settings not XSLT or PDF.
Within XSLT you could insert a page marker based on some element and a givin
condition of that element, but, it is the formatter that keeps track of the
line lengths, spacing, wrapping, margins, and pagination that make the
proper insert. The elements (tags) alone do not provide adequate
information to make those types of decisions.
That is a motivating factor behind going to paragraphs. Paragraphs can
contextually be marked with elements, giving ID and IDrefs, which provides a
markup based reference rather than a formatted based reference.
Dallas