vhardy 2002/07/11 09:45:02 Added: resources/META-INF/services org.apache.batik.apps.svgbrowser.SquiggleInputHandler Log: Added support for XML/XSL documents in Squiggle. Squiggle can now load an XML document and apply any referenced XSL stylesheet. This also works for self-referencing stylesheets and literal result templates. There are two examples in samples/extensions/xsl: data.xml and data.xsl. To enable XSL/XML support in Squiggle, you need to uncomment the entry in resources/META-INF/services/org.apache.batik.apps.svgbrowser.SquiggleInputHandler. Note that the mechanism used to handle XML/XSL files is generic and can be built upon to add support for other types of files and, most interstingly, for file types for which there are converters to the SVG format Revision Changes Path 1.1 xml-batik/resources/META-INF/services/org.apache.batik.apps.svgbrowser.SquiggleInputHandler Index: org.apache.batik.apps.svgbrowser.SquiggleInputHandler =================================================================== ############################################################################# # Copyright (C) The Apache Software Foundation. All rights reserved. # # ------------------------------------------------------------------------- # # This software is published under the terms of the Apache Software License # # version 1.1, a copy of which has been included with this distribution in # # the LICENSE file. # ############################################################################# # This file registers the example Bridge extension as a service for the # Bridge context. # org.apache.batik.apps.svgbrowser.XMLInputHandler
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]