Want you banner here?


Matrix28 > Java > XMl (Text only)

Cache filter | Write review | Report error | Discuss/get help on this script in our forums
This is a Java servlet filter (as per Servlet API 2.3). CacheFilter lets you to use cached output from your jsp pages. You will provide an initial parameter to this filter as an XML file where you will describe your cache policy: directory for saving cached data, names for pages you need to be cached, timeouts for keeping data in cache. So instead of calculation filter will output cached data directly.

XML filter | Write review | Report error | Discuss/get help on this script in our forums
This is a Java servlet filter (as per Servlet API 2.3). XMLFilter lets you to perform post-processing for your jsp pages. It is a generic Java filter that uses XSLT to provide final content from the given XML source and associated XSL stylesheet. We assume that XML source is an output from your jsp page. You have to provide for this filter a configuration file, where you can describe your XSL stylesheets and business rules how to proceed requests. Rules are parameterized by parameters from request's header (User-Agent and Accept). In other words each rule looks like: "if User-Agent is ... then use XML data with this XSL stylesheet" or "if client accepts such content-type then use XML data with this XSL stylesheet". So all your jsp pages may generate XML data only and depending on incoming request XMLFilter can convert XML source into specific content (WML,HTML etc.) viewable for the device raised this request.

XML gate | Write review | Report error | Discuss/get help on this script in our forums
This Java servlet that uses XSLT to provide final content from the given XML source and associated XSL stylesheet. So you have to provide for this servlet a configuration file, where you can describe your XML data, XSL stylesheets and business rules how to proceed requests. Rules are parameterized by parameters from request's header (User-Agent and Accept). In other words each rule looks like: "if User-Agent is ... then use this XML data with this XSL stylesheet" or "if client accepts such content-type then use this XML data with this XSL stylesheet".

Visual XML | Write review | Report error | Discuss/get help on this script in our forums
Visual XML is a tool that enables you to create and modify DTD and XML documents. This application is written in Java. The look & feel comes from the new pluggable look & feel of the Java Foundation Class (JFC Swing 1.1.1Beta2).

Presenting XML | Write review | Report error | Discuss/get help on this script in our forums
Presenting XML is a Java web application framework for presenting HTML, PDF, WML etc. in a device independent manner. The framework supports a flow of content (XML files, flat files, SQL, dynamic XML) through SAX pipelines and XSLT transforms to a device. It runs as a servlet in a web environment and also as a console app. It can be used, for example, to transform flat files into XML, to transform XML content into multi-part MIME mail message, to transform XML into PDF, to generate HTML web pages, etc.

XSL Editor | Write review | Report error | Discuss/get help on this script in our forums
The IBM XSL Editor application allows a user to import, create, and save Extensible Stylesheet Language (XSL) style sheets and Extensible Markup Language (XML) source documents. IBM's XSL Editor allows users to set and remove "break points" on the style sheet and source document. The XSL Editor user interface features an XML "source based" collapsible "tree view" with dynamic font resizing for "Zooming" in/out to handle small/large documents. Dynamic "edit pads" provide a vehicle for style sheet and source document editing that are automatically kept in synch with their corresponding tree views. Style sheet authoring is made convenient by the ability to automatically generate XPath syntax from sample source documents.

IBM XSL Formatting Object Composer | Write review | Report error | Discuss/get help on this script in our forums
XSL Formatting Objects Composer (XFC) is a typesetting and display engine that implements a substantial portion of XSL Formatting Objects (FO), which became a W3C Recommendation on October 15, 2001. XSL FO is an XML language for typesetting, printing, or displaying any of the world's written languages.

XML Processing Plus Plus | Write review | Report error | Discuss/get help on this script in our forums
The XML Processing Plus Plus compiler converts programs written in this language's syntax into Java code that uses standard XML APIs. The language itself provides simple wrapper APIs: XmlIn and XmlOut. XmlIn is used for retrieving data from XML input streams, and XmlOut for inserting data to XML output streams. In addition, it provides a powerful "compile-time debugging" facility based on its type-checker. The type-checker runs inside the compiler and detects problems in the code.

XML Schema Quality Checker | Write review | Report error | Discuss/get help on this script in our forums
XML Schema Quality Checker is a program which takes as input an XML Schema written in the W3C XML schema language and diagnoses improper uses of the schema language. Where the appropriate action to correct the schema is not obvious, the diagnostic message may include a suggestion about how to make the fix.