Details.rar
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Information.cpl
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Loves_money.cpl
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Information.hta
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
the_message.cpl
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I_search_for_you.cpl
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Your_complaint.cpl
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
More info in attach
Archive password:
Readme.rar
Description: Binary data
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Read the attach.
Attached file is protected with the password for security reasons. Password is
Information.rar
Description: Binary data
garyp 2002/10/29 07:49:29
Modified:java/bin ant.jar
Log:
Upgrade to Ant 1.5.1.
Revision ChangesPath
1.6 +2686 -1595xml-xalan/java/bin/ant.jar
<>
-
To unsubscribe, e-mail:
garyp 2002/10/28 14:49:35
Modified:java build.xml
Log:
Support compiling under JDK 1.2 - 1.4. Also check for compatability with target JDK
1.1.x.
Revision ChangesPath
1.178 +15 -29xml-xalan/java/build.xml
Index: build.xml
garyp 01/08/25 22:14:37
Added: test/tests/bugzilla Bugzilla3265.out Bugzilla3265.xml
Bugzilla3265.xsl
Log:
Test for using an expression in the evaluate extension function that contains a
top-level variable. This was causing an NPE.
Revision
garyp 01/08/25 22:07:05
Modified:java/src/org/apache/xpath VariableStack.java
java/src/org/apache/xpath/operations Variable.java
Log:
Fix bug 3265 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3265). Using an
expression in the evaluate extension function
garyp 01/08/25 20:11:16
Modified:java/src/org/apache/xalan/lib Extensions.java
Log:
Fix bug 3112 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3112). Fix tokenize
to work with DTM by obtaining a new DocumentBuilder and not using the document from
the context node
garyp 01/08/12 22:28:50
Modified:java/src/org/apache/xml/dtm/ref/sax2dtm SAX2DTM.java
Log:
Fix bugzilla bug 3056 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3056).
SAX2DTM now keeps track if it is receiving events inside a DTD and ignores comment
events when inside the
garyp 01/08/09 15:53:19
Modified:test/tests/contrib/garypeskin SAX2DTMDesign.html
Log:
Correct errors, add namespace nodes, clarify some issues.
Revision ChangesPath
1.2 +34 -22xml-xalan/test/tests/contrib/garypeskin/SAX2DTMDesign.html
Index
garyp 01/08/09 10:16:33
Added: test/tests/bugzilla Bugzilla3060.xsl Bugzilla3060.xml
Bugzilla3060.out
Log:
Test for xmlns:foo="foo" where prefix is the same as the URI.
Revision ChangesPath
1.1 xml-xalan/test/test
garyp 01/08/09 10:13:15
Modified:java/src/org/apache/xml/dtm/ref/sax2dtm SAX2DTM.java
Log:
Fix for bugzilla 3060 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3060).
Prefixes and
namespaceURIs are kept in the same Vector, m_prefixMappings. The entries are stored
as
garyp 01/08/07 21:59:07
Modified:java/src/org/apache/xalan/templates FuncFormatNumb.java
Log:
Fix bugzilla bug 3036 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3036).
When no xsl:decimal-format element is supplied in the composed stylesheet, the
defaults specified in
garyp 01/07/31 22:54:02
Modified:test build.bat
Log:
Fix errant label. Support class paths with spaces in them (like c:\Program Files).
Revision ChangesPath
1.3 +3 -3 xml-xalan/test/build.bat
Index: build.bat
garyp 01/07/25 23:28:55
Modified:java/src/org/apache/xalan/serialize
WriterToUTF8Buffered.java
Log:
Fix bugzilla bug 2639 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2639) where
buffer was overflowing because the expansion of the Unicode characters
garyp 01/07/24 23:24:37
Added: test/tests/contrib/garypeskin SAX2DTMDesign.html
Log:
Adding this for possible inclusion into some documentation somewhere.
Revision ChangesPath
1.1 xml-xalan/test/tests/contrib/garypeskin/SAX2DTMDesign.html
Index
garyp 01/07/24 23:24:00
Added: test/tests/contrib/garypeskin namespace99.xsl
namespace99.xml namespace99.out
Log:
Test for situation where an attribute with a namespace precedes the first text node.
Revision ChangesPath
1.1
garyp 01/07/24 23:22:41
Modified:java/src/org/apache/xml/dtm/ref/sax2dtm SAX2DTM.java
Log:
Fix bug 2727 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2727). Attributes
which contain a namespace prefix are indicated by placing a negative number in the
appropriate entry in
garyp 01/07/24 11:32:19
Modified:java/src/org/apache/xalan/transformer
TransformerIdentityImpl.java
Log:
Fixed bug 2758 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2758). The flag
indicating that a call to startDocument() in the
garyp 01/07/15 01:15:21
Modified:java/samples/ApplyXPath ApplyXPath.java
Log:
Correct bug 2589 <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2589> to cause
ApplyXPath to build namespace-aware DOM documents.
Revision ChangesPath
1.16 +1 -0 xml
garyp 01/07/14 22:58:32
Modified:java/xdocs/sources/xalan extensions.xml
Log:
Add section to explain processing of return values from extension function calls.
Revision ChangesPath
1.18 +42 -0 xml-xalan/java/xdocs/sources/xalan/extensions.xml
Index
garyp 01/07/13 00:59:42
Modified:java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java
Log:
Fix problem reported by Carsten Ziegeler <[EMAIL PROTECTED]>. Using ApplyXPath (or
doing a transformation) with DOM input was resulting in an NPE due to
declareNamespaceInContext()
garyp 01/07/11 02:54:27
Modified:java/src/org/apache/xalan/templates ElemVariable.java
StylesheetRoot.java
java/src/org/apache/xpath VariableStack.java
java/src/org/apache/xpath/operations Variable.java
Log:
Resolve bugzilla
garyp 01/07/10 23:49:53
Modified:java/src/org/apache/xpath/compiler Compiler.java
Log:
Fix bug 2175 <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2175> by adding the
current time to the method key to ensure method key uniqueness. Multiple Compilers
were getting th
garyp 01/07/10 16:23:52
Modified:java/src/org/apache/xalan/lib Extensions.java
Log:
Modify distinct() extension so that it no longer relies on DOMHelper which is
deprecated but uses ExpressionContext.toString().
Revision ChangesPath
1.13 +13 -8 xml-xalan
garyp 01/07/10 01:38:33
Modified:java/src/org/apache/xalan/lib Extensions.java
java/src/org/apache/xpath XPathContext.java
Log:
Resolve bugzilla 2523 <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2523>.
evaluate extension function was not refactored wi
garyp 01/07/10 00:49:14
Modified:java/src/org/apache/xalan/extensions ExpressionContext.java
java/src/org/apache/xalan/templates StylesheetRoot.java
java/src/org/apache/xpath VariableStack.java
XPathContext.java
Log:
Resolve
garyp 01/07/09 17:06:44
Modified:java/xdocs/sources/design design2_0_0.xml
java/xdocs/sources/xalan faq.xml
Log:
Correct typos reported by Alexey Mahotkin <[EMAIL PROTECTED]>
Revision ChangesPath
1.5 +1 -1 xml-xalan/java/xdocs/sources/
garyp 01/06/15 11:46:41
Modified:java/src/org/apache/xml/dtm/ref DTMManagerDefault.java
Log:
Backout of previous change which is considered ill-advised. The EntityResolver
should not be automatically propagated. Those wishing to do so should set up a custom
URIResolver
garyp 01/06/15 01:12:50
Modified:java/src/org/apache/xalan/processor StylesheetHandler.java
Log:
Resolve bugzilla bug 2098 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2098).
The routine checkForFragmentID was checking for an attribute of type "ID" instead o
garyp 01/06/14 23:18:18
Modified:java/src/org/apache/xalan/serialize SerializerToHTML.java
java/src/org/apache/xalan/templates OutputProperties.java
output_html.properties
Log:
Enhancement to implement xalan:omit-meta-tag="yes&qu
garyp 01/06/14 22:31:48
Modified:java/src/org/apache/xml/dtm/ref DTMManagerDefault.java
Log:
Resolved bugzilla bug 1830 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1830).
The EntityResolver in the primary XMLReader was not being propagated to the
XMLReader created to
garyp 01/06/14 15:44:48
Modified:java/src/org/apache/xalan/templates ElemTemplateElement.java
Log:
Provide more meaningful error message.
Revision ChangesPath
1.40 +1 -3
xml-xalan/java/src/org/apache/xalan/templates/ElemTemplateElement.java
Index
garyp 01/06/10 11:11:17
Modified:java/src/org/apache/xalan/processor StylesheetHandler.java
Log:
Resolve bugzilla bug 2098 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2098).
The routine checkForFragmentID was checking for an attribute of type "ID" instead o
garyp 01/06/08 12:56:36
Modified:java/src/org/apache/xalan/serialize SerializerToHTML.java
java/src/org/apache/xalan/templates OutputProperties.java
output_html.properties
java/xdocs/sources/xalan usagepatterns.xml
Log
garyp 01/06/01 11:59:23
Modified:java/src/org/apache/xpath SourceTreeManager.java
XPathContext.java
Log:
Resolved bugzilla bug 1830 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1830).
The EntityResolver in the primary XMLReader was not being
garyp 01/05/31 23:35:05
Modified:java/xdocs/sources/xalan extensions.xml
Log:
Clarify format for declaring extension namespaces as the xalan: scheme evolves.
Revision ChangesPath
1.17 +1 -1 xml-xalan/java/xdocs/sources/xalan/extensions.xml
Index
garyp 01/05/31 09:03:19
Modified:java/src/org/xml/sax/helpers AttributesImpl.java
Log:
Fixed removeAttribute bug pointed out by by dims. This should be fixed in the next
release of SAX.
Made the same change to both Xalan and xml-commons.
Revision ChangesPath
1.2
47 matches
Mail list logo