hammant 2002/08/10 15:06:03 Modified: docs/excalibur/xmlbundle index.html Log: api updates Revision Changes Path 1.6 +104 -25 jakarta-avalon-site/docs/excalibur/xmlbundle/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-avalon-site/docs/excalibur/xmlbundle/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.html 22 Jul 2002 20:09:32 -0000 1.5 +++ index.html 10 Aug 2002 22:06:03 -0000 1.6 @@ -1,25 +1,104 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html><head><META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><link rel="stylesheet" href="skin/tigris.css" type="text/css"><link rel="stylesheet" href="skin/site.css" type="text/css"><link media="print" rel="stylesheet" href="skin/print.css" type="text/css"><meta value="Avalon Documentation Team" name="author"><meta value="[EMAIL PROTECTED]" name="email"><title>NO TITLE</title></head><body class="composite" marginheight="0" marginwidth="0"><div id="banner"><table width="100%" cellpadding="8" cellspacing="0" border="0"><tbody><tr><td align="left"><a href="http://jakarta.apache.org/"><img border="0" src="images/jakarta-logo.gif"></a></td><td align="right"><a href="http://jakarta.apache.org/avalon/"><img border="0" src="images/header.gif"></a></td></tr></tbody></table></div><div id="breadcrumbs"><script src="skin/breadcrumbs.js" language="JavaScript" type="text/javascript"></script></div><table id="main" width="100%" cellpadding="8" cellspacing="0" border="0"><tbody><tr valign="top"><td id="leftcol"><div id="navcolumn"><div><strong>About</strong><div><a href="index.html">Overview</a></div><div><a href="http://jakarta.apache.org/avalon/excalibur/index.html">Excalibur Home</a></div><div><a href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release">Download</a></div><div><a href="api/">API Docs</a></div></div></div></td><td><div id="bodycol"><div class="app"><div align="center"><h1>NO TITLE</h1><h2></h2></div><div class="h3"> - - Excalibur XML Resource Bundles - Overview - - Neeme Praks - - - - <div class="h3"><h3></h3></div> - <p> - Excalibur's Internationalization package is found in - <code>org.apache.excalibur.xmlbundle</code>. The XML - ResourceBundle code is functional, but the method to - access the bundles will change in the near future. - </p> - - - -</div></div></div></td></tr></tbody></table><div id="footer"><table width="100%" cellpadding="4" cellspacing="0" border="0"><tbody><tr><td align="left">Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.</td><td></td><td align="right"><script language="JavaScript"> - <!-- - document.write("last modified: " + document.lastModified); - // --> - - </script></td></tr></tbody></table></div></body></html> \ No newline at end of file +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> + + + + + + + + + + + + + + + + + +<!-- This is a generated file. Do not edit. --> + <html> + <head> + <style type="text/css"> + @import url("./css/tigris.css"); + @import url("./css/site.css"); + </style> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> + + <meta name="author" value="Carsten Ziegeler"> + <meta name="email" value="[EMAIL PROTECTED]"> + + <title>Excalibur XMLUtil - Excalibur XML Utilities - Overview</title> + </head> + + <body marginwidth="0" marginheight="0" class="composite"> + + <div id="banner"> + <table border="0" cellspacing="0" cellpadding="8" width="100%"> + <!-- TOP IMAGE --> + <tr> + <td> <td colspan="2"> + <a href="http://jakarta.apache.org"><img src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a> + </td> + </td> + <td><div align="right" valign="bottom"><b><font size="+3">Excalibur XMLUtil</font></b></div></td> + </tr> + </table> + </div> + + <table border="0" cellspacing="0" cellpadding="8" width="100%" id="main"> + <tr valign="top"> + <!-- LEFT SIDE NAVIGATION --> + <td id="leftcol" width="20%"> + <div id="navcolumn"> + <div> + <strong>About</strong> + <div><small> <a href="index.html">Overview</a> + </small></div> + <div><small> <a href="http://jakarta.apache.org/avalon/excalibur/index.html">Excalibur Home</a> + </small></div> + <div><small> <a href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release">Download</a> + </small></div> + <div><small> <a href="api/">API Docs</a> + </small></div> + </div> + </div> + </td> + <td><div id="bodycol"><div class="app"> + + <div class="h3"> + <h3><a name="Introduction">Introduction</a></h3> + <p + > + Excalibur's XML Utilities provide simplified wrappers + for XML parsers, transformers and XPath evaluators. It + also provides interfaces and classes useful for + constructing a pipeline of XML components by defining interfaces + for consuming and producing XML in either SAX or DOM formats. + + </p> + </div> + </div> + <div align="right" id="authors"> + by <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a> + </div> + </div></td> + </tr> + </table> + + <!-- FOOTER --> + <div id="footer"> + <table border="0" cellspacing="0" cellpadding="4"> + <tr> + <td>Copyright © 1999-2002, Apache Software Foundation</td> + </tr> + </table> + </div> + + </body> + </html> + + + + +
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
