Previous | Next | (P-PDF) PDF Accessibility
Topic: RE: CONVERT PDF TO XML
Conf: (P-PDF) PDF Accessibility, Msg: 167077
From: aandi
Date: 9/3/2008 05:28 AM
> Are you suggesting that I should not worry about
> getting the correct XML tags and just use the
> out-of-the-box conversions?
Probably (if I understand "out-of-the-box")
> XSLT, as far as
>I understand, is not an
>option, since these
>transformations are used to
>filter an XML file for web
>display.
XSL Transformations (XSLT) is much more than that. It is a general purpose system for transforming XML into other kinds of XML, or into non-XML. One usage would be to convert certain XML schemas into HTML. It seems the obvious tool for the job, and time invested in learning it much more rewarding (in terms of future usefulness) than learning the murky internals of Acrobat.
Transforming tags without restructuring must be among the simplest of XSLT transformations. (I've never used it, but I know of it).