Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Xalan


Related Topics

In the News (Sun 27 Dec 09)

  
  PerfectXML.com - Java, Xalan and XSL
Xalan is a software program for converting XML based documents into HTML, text or other XML documents using the XSLT and XPath specifications.
Xalan is based on the W3C recommendations for XSLT and XPath languages.
Xalan uses the Xerces XML parser as its default parser, which is also from the Apache foundation.
www.perfectxml.com /vip1.asp   (621 words)

  
 Xalan API   (Site not responding. Last check: 2007-09-12)
Xalan uses an implementation of the XMLParserLiaison interface to interact with Xerces (or another XML parsser) and sends output events to a FormatterListener, an extension of SAX org.xml.sax.DocumentHandler.
Xalan is thread-safe for one instance per thread.
The PrintTraceListener class is an implementation of the TraceListener interface that is used by Xalan for the -TT, TG, and -TTC switches.
www.dfki.uni-kl.de /km/java/java/lotusxsl_0_19_1/docs_production/api.xml-body.html   (1186 words)

  
 Xalan - Wikipedia, the free encyclopedia
Xalan is a popular open source software component from the Apache Software Foundation that implements the XSLT XML transformation language and the XPath XML query language.
The Xalan XSLT processor is available for both the Java and C++ programming languages.
This page was last modified 12:05, 11 May 2006.
en.wikipedia.org /wiki/Xalan   (76 words)

  
 The Apache Xalan Project
Xalan has moved out of the XML project and is now a project in its own right.
There are currently two subprojects under the Apache Xalan Project: Xalan C++, and Xalan Java, representing C++ and Java implementations of the W3C XSL Transformations (XSLT) Version 1.0 and the XML Path Language (XPath) Version 1.0 recommendations.
Xalan C++ and Xalan Java are made available under the Apache Software License, Version 2.0.
xalan.apache.org   (238 words)

  
 Release Notes
You can use Xalan with other XML parsers, but it is up to you to implement liaisons to those parsers.
One utility that you may not be familiar with is org.apache.stylebook.StyleBook (in stylebook-1.0-b2.jar), a tool from the xml-stylebook module that we use along with Xalan and Xerces to help generate the documentation.
Xalan now correctly observes import precedence when it evaluates a variable declared and set in more than one stylesheet.
hatbox.lib.virginia.edu /javadocs/xalan/readme.html   (4004 words)

  
 The Cover Pages: Xalan-J 1.0.0 Gold Release
We have fixed all critical bugs found internally or reported to us by you from earlier releases, including the Xalan 0.20.0 gold candidate.
The Xalan distribution now includes xerces.jar from Xerces-J 1.0.3 as a convenience.
Sources are from the 'Bxalan_1_0_0' branch and are tagged 'xalan_1_0_0'.
xml.coverpages.org /xalanJ-100Ann.html   (168 words)

  
 [#GROOVY-571] Groovy fails to complie against latest Xalan 2.6.0 - jira.codehaus.org
There are some groovy tests that are failing because they are referencing a method in Xalan that was, apparently, removed in more recent versions than Groovy is declaring as a dependency.
I was trying to reduce the dependence on xerces for the XML serializer (xerces seemed to slow down many of the XML test cases quite a bit).
It kind of sucks that Xalan broke backward compatibility so much, but then again, it has been 15 months since 2.5.0 was tagged.
jira.codehaus.org /browse/GROOVY-571   (453 words)

  
 Xalan
Strange performance degradation upgrading from xalan j 2 4 1 to 2 7 0 on Sol
Dear all I am having problem in one of my XSL which I believe is due to the lack of context on the nodelist returned by one of my XSL extensions.
Hello I am trying to use Xalan in a servlet to transform xml submitted from an xform (specifically the chiba project).
www.xalan-xsl.com   (1231 words)

  
 The Cover Pages: Xalan-Java 2.0 is available
The Xalan team of the Apache XML Project proudly announces the debut of Xalan-Java Version 2.0.
This new edition of the highly reliable XSLT processor implements the transformation part of the Java API for XML Processing version 1.1 (final draft), enabling API-level users to code XML applications without reference to the internal details of a particular processor or XML parser.
The internals of Xalan have been redesigned for greater clarity, while the processor behavior has been brought into closer conformance with the XSLT and XPath Recommendations of the World Wide Web Consortium.
xml.coverpages.org /Xalan-Java20-Ann.html   (388 words)

  
 Xalan
Hello all I have some XSL files that were working fine under Xalan 2.2 (don 't think it was final I 'll have to double check).
I have a stylesheet processor based on Xalan and Ant which I 'm using to generate HTML pages from XML.
Hello xalan-j-users when I see how to use xalan for xslt I founded that as source it can use both DOM and SAX.
www.xalan-xsl.com /3.html   (1157 words)

  
 SSDN - XLS compatibility between Sylus and Xalan -
Xalan doesn't doesn't modify the variable, but it doesn't complain either if you attempt to change one (it should).
Xalan uses the 'NaN' value for variables with empty node sets and subsequent math operations always return 'NaN'.
In general, we do not try to be bug-for-bug compatible with Xalan under the assumption that the bugs will be fixed in a future release.
www.stylusstudio.com /SSDN/default.asp?action=9&read=691&fid=23&style=WebBoard   (488 words)

  
 Instructions for the Xalan extension
This page describes how to generate barcodes in SVG format within an XSLT stylesheet that is processed with Apache Xalan-J.
This package contains an extension for Apache Xalan for generating barcodes in SVG format.
Xalan has a bug that causes a NullPointerException in FOP.
barcode4j.krysalis.org /xalan-ext.html   (176 words)

  
 History of software changes
The major risk factor could be if there are other parts of Xalan code that rely on the previously incorrect behavior, but I can't find any, and the whole test suite runs and passes normally.
As far as japanese multipliers, we decided to document as a xalan limitation the fact that the last 2 japanese multipliers will not be supported.
Seems like a very usefull package, but if xalan is not using it it might be better to move it to xml-commons or jakarta-commons or some other place.
www-nlp.stanford.edu /nlp/javadoc/xalan-docs/history.html   (8984 words)

  
 Tracing XSLT events with Xalan
For example, in a SAX parser, you register your handler functions to facilitate the parsing of XML documents as XML events occur; with a Xalan trace, you register a trace class that implements the TraceListener interface.
The trace manager is specific to the Xalan processor; therefore, we need to get the underlying implementation for the Transformer class.
The Xalan debugger interface provides a mechanism for tracing events as they occur during the processing of XSL stylesheets.
builder.com.com /5100-31-5075685.html   (604 words)

  
 What is Xalan? - a definition from Whatis.com
- Xalan is a specification for transforming Extensible Markup Language (XML) documents into Hypertext Markup Language (HTML) or other XML document types.
Xalan normally uses the Xerces XML parser, but it can use any parser that conforms to either Document Object Model (DOM) level 2 or Simple API for XML (SAX) level 1.
Xalan is part of the Apache XML Project.
searchwebservices.techtarget.com /sDefinition/0,,sid26_gci523511,00.html   (387 words)

  
 [No title]
Apache Xalan is a popular open-source XSLT processing component developed by the Apache XML Foundation.
Serious XSL applications demand the highest speed — Stylus Studio can help you write faster Xalan stylesheets by providing integrated Xalan benchmarking tools which analyzes Xalan's the execution of an XSL stylesheet and produces a detailed node-by-node trace report, allowing you to identify performance bottlenecks and eliminate them.
Xalan is widely used to do various XML transformations, for example, XML-to-XML, XML to HTML, etc. But what happens if you data isn't conveniently available in an XML format?
www.stylusstudio.com /xslt/xalan.html   (1026 words)

  
 Release Notes   (Site not responding. Last check: 2007-09-12)
As a result of discussions among members of the W3C Working Group on XSL, we have reached a more precise consensus on how namespaces should be represented when an xsl:namespace-alias declaration is in effect.
Xalan-Java includes a number of XML source files, XSL stylesheets, document type definition (DTD) files, entity relationship (ENT) files, graphics, and a JavaScript file that provide the input for the Xalan HTML User's Guide, and the overview and package-level documents used during the generation of Javadoc.
StyleBook (which uses Xalan and Xerces) is in stylebook-1.0-b2.jar.
www.cs.umb.edu /~ram/courses/cs639/old/xalan.docs/readme.html   (1791 words)

  
 Xalan-C++ Release Notes   (Site not responding. Last check: 2007-09-12)
Important You may experience unpredictable anomalies if your Xalan and Xerces builds are not in synch.
If you download an update to Xalan, check the release notes to determine which version of Xerces you should use.
Watch the Xalan Development Mailing List for more information and for ideas about how you can get involved.
www.cs.uwm.edu /~cs790/digdoc-s2003/xalan-docs/readme.html   (1444 words)

  
 View topic - Transformation using Xalan Extensions Forum - <oXygen/> XML Editor>
The difference between Java 1.3 and Java 1.4 is that the later comes with a Xalan distribution.
Thus the Xalan shipped with the JVM gets used and it is loaded with the system class loader while the extensions are loaded with the plugin class loader.
This should assure that the Xalan shipped with oXygen is used and also this should make the extension jars visible.
www.oxygenxml.com /forum/viewtopic.php?p=471   (460 words)

  
 Xalan-C++ Basic usage patterns
Before Xalan performs a standard transformation, it must parse the XML document and compile the XSL stylesheet into binary representations.
Rebuild the Xalan library (libxerces-c2_3_0.so for Linux, libxerces-c2_3_0.a for AIX, libxerces-c2_3_0.sl for HP-UX 11, and libxerces-c2_3_0.so for Solaris).
The Xalan C API supports approximately the same set of options as the C++ API.
homepage2.nifty.com /dac/trans/xalan/usagepatterns.html   (2372 words)

  
 Installing the SXalan Package
I think the configuration is correct for a Solaris machine, but my efforts to compile it there have illustrated that I do not have the the necessary header (Standard Template Library) files installed.
In that case, you are probably using a different version of g++ that is incompatible with the Xalan binaries distributed by Apache.
Instead, the primary tool in the package is a stand-alone application that uses R. This makes installation quite different, but I have chosen (for better or worse) to try to simplify the interface for R users so that it install in the same way as a regular R package, i.e.
www.omegahat.org /SXalan/INSTALL.html   (643 words)

  
 Getting Started with Xalan-C++   (Site not responding. Last check: 2007-09-12)
The Visual C++ Xalan project included with the Windows release knows the relative paths to the Xalan headers and libraries, but it does not know where you have unzipped the Xerces distribution.
If you plan to use Visual C++ to build Xalan applications or rebuild Xalan, you must also provide Visual C++ with access to the Xerces headers and libraries.
To use one of the UNIX distributions, you must place the Xalan executable on the path, and the Xalan and Xerces libraries on the library path.
www.cs.uwm.edu /~cs790/digdoc-s2003/xalan-docs/getstarted.html   (794 words)

  
 bobdc.blog: No plans in place to upgrade Xalan Java to XSLT 2.0
On the Xalan Java user mailing list, Henry Zongaro of the IBM Xalan development team recently replied to my request about plans for XSLT 2.0 support in Xalan Java: "the Xalan [Project Management Committee] hasn't put in place any plans for XSLT 2.0 support."
When I asked on xsl-list if anyone knew of current or forthcoming XSLT 2.0 implementations besides Saxon, the general response was that there is piecemeal support developing in various other XSLT processors, so this shouldn't hold up XSLT 2.0's progress toward becoming a W3C Recommendation.
Still, I'd consider the three leading XSLT engines to be Saxon, Xalan, and libxslt, and if two of those three have no current plans to move beyond XSLT 1.0 then I have to worry about XSLT 2.0's future.
www.snee.com /bobdc.blog/2005/12/no_plans_in_place_to_upgrade_x.html   (560 words)

  
 Xalan-C++ Release Notes
New source files which include Xalan headers will need to be modified to include the 'xalanc' prefix in the header path.
If you download an update to Xalan, check the release notes to determine which version of Xerces you should use.
The Xalan build files are written for GNU make, and will not work with other make utilities.
homepage2.nifty.com /dac/trans/xalan/readme.html   (1697 words)

  
 Extensions library
With input and contributions from the XML open-source developer community, we are working on placing the most useful extensions in an extensions library distributed with Xalan-Java.
If you are calling Xalan-Java-supplied extensions, we recommend that you define this namespace in your stylesheet element, and call the extension using the namespace prefix that you have associated with that namespace.
The following stylesheet is used to merge the Xalan documents into a book (the first transformation), and transform the book into a tree of formatting objects, which can then be used to generate a PDF file.
nlp.stanford.edu /nlp/javadoc/xalan-docs/extensionslib.html   (2370 words)

  
 Xalan-Java Version 2.7.0
A NOTICE file that accompanies The Apache Software License Version 2.0 is also included in the Xalan-Java distribution..
The names "Xalan" and "Apache Software Foundation" must * not be used to endorse or promote products derived from this * software without prior written permission.
Products derived from this software may not be called "Apache", * nor may "Apache" appear in their name, without prior written * permission of the Apache Software Foundation.
xml.apache.org /xalan-j   (1573 words)

  
 Instructions for the Xalan extension
This page describes how to generate barcodes in SVG format within an XSLT stylesheet that is processed with Apache Xalan-J.
This package contains an extension for Apache Xalan for generating barcodes in SVG format.
Xalan has a bug that causes a NullPointerException in FOP.
barcode4j.sourceforge.net /1.0/xalan-ext.html   (191 words)

  
 Blog for berend
Or to the main directory and perhaps the Xalan environment variable must be set to a subdirectory.
I was lucky to still have the Xerces and Xalan sources for an earlier version.
First copied the Xalan source, tried to compile that to work against the already installed Xerces 2.5.
www.advogato.org /person/berend/diary.html?start=211   (1755 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.