Your question is a little vague. The general answer is: write an XSL stylesheet which transforms your intput entity_keys.xml document into elements in the FO (XSL Formatting objects) namespace and use FOP or some other FO processor to produce PDF. The transformation depends on what you want your output to look like. In other words, for each element in your input XML vocabulary, what kind of printed representation is appropriate? You probably need to look at some general XSL-FO resources to get a better handle on how to do that. Try starting here: http://xml.apache.org/fop/resources.html and look at the Tutorials/Articles section.
Good luck, Karen Lease "Rossi, Bernard L. (LNG)" wrote: > > How would you transform something like this to pdf? > <<entity_keys.xml>> > > Thanks. > Bernie Rossi > > Name: entity_keys.xml > entity_keys.xml Type: unspecified type (application/octet-stream) > Encoding: x-uuencode > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
