![]() |
About fxp |
![]() |
fxp Versions and Changes |
![]() |
Where to get fxp |
![]() |
How to install fxp |
![]() |
Example Applications: fxp, fxcanon, fxcopy, fxesis, and fxviz. |
![]() |
fxp, the pure parser. It parses a document and finds well-formedness errors, validity errors and other problems; |
![]() |
fxcanon produces an equivalent canonical XML document. Canonical XML was invented by James Clark for testing XML parsers. It contains only the information a processor is required to pass to the application; |
![]() |
fxcopy reproduces the document parsed by fxp. The copy can be generated in a different encoding than the input, and can be normalized in different ways concerning, e.g., expansion of entity references; |
![]() |
fxesis adds a backend to fxp, producing an output similar to nsgmls's ESIS (Element Structure Information Set) output; |
![]() |
fxviz is an XML tree visualizer. It produces a graph description suitable as input to Georg Sander's vcg. |
The current version of fxp is 2.0. Changes from the previous versions are described here.
These are the steps for installing fxp under Unix:
gunzip -c fxp-2.0.tar.gz | tar xf - cd fxp-2.0