Some of them are provided by the tool author (Oxygen, FOP, Renderx provide a XML Schema or DTD for FO files).
Take a look at fo page at FOP: http://xmlgraphics.apache.org/fop/fo.html section Validating XSL-FO 2011/8/1 vjintegrates <[email protected]>: > > Could you please point me to these - unofficial xsd & schema. > > - "There are several unofficial xsd for fo file too. Some tool provide > such fo schema... " > > > > > > Giuseppe Briotti-2 wrote: >> >> 2011/8/1 Eric Douglas <[email protected]>: >>> I've used a free version of a tool from editix.com just to validate some >>> xsl syntax. >>> Eclipse Java editor can also edit xsl files. >>> FOP's web page lists which xslfo commands it supports. >>> FOP's input is the xslfo. It accepts xslt along with xml as a >>> convenience only. With embedded code this part can be broken out to a >>> second step which references no FOP classes. >> >> I agree with Eric: xml will be transformed to fo via xslt using an >> appropriate xslt engine (saxon, xalan, etc.). The input format for FOP >> is fo. >> >> You can appropriate validate your xml (if a xsd is provided) and xslt. >> There are several unofficial xsd for fo file too. Some tool provide >> such fo schema... >> >> G. >> >> >> >> >> -- >> >> Giuseppe Briotti >> [email protected] >> >> "Alme Sol, curru nitido diem qui >> promis et celas aliusque et idem >> nasceris, possis nihil urbe Roma >> visere maius." >> (Orazio) >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > > -- > View this message in context: > http://old.nabble.com/Tool-or-schema-to-validate-report-xsl-files-tp32168625p32169695.html > Sent from the FOP - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Giuseppe Briotti [email protected] "Alme Sol, curru nitido diem qui promis et celas aliusque et idem nasceris, possis nihil urbe Roma visere maius." (Orazio) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
