Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
xalan-j2: Java XSLT processor
- Summary
- Xalan is an XSLT processor for transforming XML documents into HTML,
text, or other XML document types. It implements the W3C Recommendations
for XSL Transformations (XSLT) and the XML Path Language (XPath). It can
be used from the command line, in an applet or a servlet, or as a module
in other program.
Changelog
- * Tue Mar 23 09:00:00 2004 Kaj J. Niemi <kajtzu{%}fi{*}basen{*}net> 0:2.6.0-1jpp
-
- Updated to 2.6.0
- Patches supplied by <aleksander{*}adamowski{%}altkom{*}pl>
- * Sat Nov 15 09:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.5.2-1jpp
-
- Update to 2.5.2.
- Re-enable javadocs, new style versionless symlink handling, crosslink
with local J2SE javadocs.
- Spec cleanups.
- * Sat Jun 7 10:00:00 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:2.5.1-1jpp
-
- Update to 2.5.1.
- Fix jpackage-utils version in BuildRequires, add xerces-j2.
- Non-versioned javadoc symlinking.
- Add one missing epoch.
- Clean up manifests from Class-Path's and other stuff we don't include.
- xsltc no longer provides a jaxp_transform_impl because of huge classpath
and general unsuitablity for production-use, system-installed transformer.
- Own (ghost) %{_javadir}/jaxp_transform_impl.jar.
- Remove alternatives in preun instead of postun.
- Disable javadoc subpackage for now:
<http://issues.apache.org/bugzilla/show_bug.cgi?id=20572>