I need to include a transformed XML document into my LaTeX source. Transformation is specified inside the XML via XSLT. I recently started using LaTeX and I have bib database in XML. However, this XML file contains a lot more information than a .bib file can contain (or should contain).
Therefore, it looks like one of these will do the trick:
- Including transformed XML text directly (which will produce well formed
.bibfile) - Including a program output (which will output well formed
.bibfile)
I have seen options like running application before and obtaining results using .bat or makefiles. However, I will consider these as last resort because it will not be portable. Other people receiving my file should change their editor settings to be able to compile it.