xmlroff Package

This package contains the xmlroff and libfo source code.

Directory structure


xmlroff
  area
  datatype
  docs
  expr
  fo
  property

xmlroff

This is the root directory of the xmlroff source code tree. It contains the .c and .h files for top-level, non-object source code as well as the .c and .h files for the top-level FoContext, FoObject and FoNode object types.

fo-context.[ch] are autogenerated (then modified).

xmlroff/area

Source code for area objects. None of these files are autogenerated.

xmlroff/datatype

Source code for datatype objects. None of these files are autogenerated.

xmlroff/docs

Documentation that is built using gtk-doc (which has a strong resemblance to Javadoc). A lot of the files are autogenerated by the gtk-doc tools.

xmlroff-property-{decl,ref}.ent are autogenerated by XSL stylesheets.

xmlroff/expr

Property value expression parser. None of these files are autogenerated.

xmlroff/fo

Source code for GObject objects corresponding to XSL formatting objects.

fo-*.c, fo-*.h, and fo-*-private.h are autogenerated but may have been additionally hand modified. fo-*-area.[ch] are not autogenerated. fo-tree*.[ch] are not autogenerated.

xmlroff/property

Source code for GObject objects corresponding to XSL formatting object properties.

fo-property-*.[ch] are autogenerated, except for fo-property-eval.[ch].


DocBook Libxslt SourceForge