This is an automated email from the ASF dual-hosted git repository. mukulg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/xalan-site.git
The following commit(s) were added to refs/heads/master by this push: new e1c22e70 minor changes to xalanj documentation e1c22e70 is described below commit e1c22e70b2a8313218c4756cd605f01fba4b9274 Author: Mukul Gandhi <gandhi.mu...@gmail.com> AuthorDate: Tue Apr 4 20:49:09 2023 +0530 minor changes to xalanj documentation --- xalan-j/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xalan-j/index.html b/xalan-j/index.html index 52366033..255a0496 100644 --- a/xalan-j/index.html +++ b/xalan-j/index.html @@ -185,11 +185,11 @@ </p> <h3>What is it?</h3> <p>Xalan-Java is an XSLT processor for transforming XML documents into - HTML, text, or other XML document types. It implements <a href="http://www.w3.org/TR/xslt">XSL Transformations (XSLT) Version 1.0</a> and - <a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a> and can be used from the command line, in an applet or a + HTML, text, or other XML document types. It implements <a href="https://www.w3.org/TR/1999/REC-xslt-19991116">XSL Transformations (XSLT) Version 1.0</a> and + <a href="https://www.w3.org/TR/1999/REC-xpath-19991116/">XML Path Language (XPath) Version 1.0</a> and can be used from the command line, in an applet or a servlet, or as a module in other program.</p> <p>Xalan-Java implements the javax.xml.transform interface in - <a href="https://jaxp.java.net/">Java API for XML Processing (JAXP) 1.3</a>. This interface provides a modular + <a href="https://jaxp.java.net/">Java API for XML Processing (JAXP) 1.3</a>. This interface provides a modular framework and a standard API for performing XML transformations, and utilizes system properties to determine which Transformer and which XML parser to use.</p> <p>Xalan-Java also implements the javax.xml.xpath interface in JAXP 1.3, which provides an --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org For additional commands, e-mail: dev-h...@xalan.apache.org