18 Commits (90ff2597ba6ca2b40f0708d6cb2dd64af7eff05d)

Author SHA1 Message Date
  Jeremias Maerki 6bfbc4b878 Bugzilla #39416: 18 years ago
  Jeremias Maerki a6b0f3efb8 New feature: "Intermediate format" (IF). The IF is basically the XML dialect written by the area tree renderer (XMLRenderer). A new parser for this format allows reparsing a serialized and possibly modified area tree and rendering it to the final target format. More details on the Wiki at http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml. No advanced features have been implemented, yet, only the basic functionality. The whole change should be fully backwards-compatible WRT the outer FOP API except maybe for FOTreeBuilder.addElementMapping(), and the area tree XML which got small changes. 18 years ago
  Simon Pepping 78863e96d0 Change more links from xml.apache.org to xmlgraphics.apache.org. 18 years ago
  Jeremias Maerki b3a320b57c Made the FO tree a little more consistent by renaming getName() to getLocalName() and adding additional methods like: getNamespaceURI() and getNormalNamespacePrefix(). getName() now returns the fully qualified name combined from getLocalName() and getNormalNamespacePrefix(). For special cases you can call getName(String) to return a different namespace prefix. 18 years ago
  Jeremias Maerki d2d832d5b6 Fixed getDocument() method (is now getDOMDocument()). The plan extension still worked because convertToSvg() was called by getDimension(). Anyway, this is now fixed. 19 years ago
  Joerg Pietschmann f240f35334 Removed left over .cvsignore files. 19 years ago
  Finn Bock a154df65ce New exception hierarchy rooted in SAXException and throw clauses on 19 years ago
  Finn Bock dc0f1f25ab Second phase of performance improvement. Pass the propertyList into 20 years ago
  Finn Bock 51b663404a Pass validation. 20 years ago
  Jeremias Maerki 0c2d321150 Adjusting to changes in XmlObj, making the sample extensions compile again. 20 years ago
  Jeremias Maerki 7056715eb5 Fix compilation problem 20 years ago
  Glen Mazza 38d80f2d3f Switched from handleAttrs() to more intuitive processNode() and (for FO namespace) addProperties() methods. 20 years ago
  Jeremias Maerki 21f64e21f1 Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 years ago
  Jeremias Maerki 7272aa03a5 Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html. 20 years ago
  Jeremias Maerki d5fb399e92 Put namespace URI in public constant 20 years ago
  Glen Mazza 909d58639d Reconfigured ElementMapping from an interface to an abstract base class 21 years ago
  Jeremias Maerki c4eee83913 Switched to long licence 21 years ago
  Jeremias Maerki da16d3633c Move over from contrib/plan 21 years ago