Re: Hello

2004-07-24 Thread garyp
Details.rar Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hi

2004-06-10 Thread Garyp
Information.cpl Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Incoming Message

2004-06-09 Thread Garyp
Loves_money.cpl Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Message Notify

2004-06-08 Thread Garyp
Information.hta Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hi

2004-05-25 Thread Garyp
the_message.cpl Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Text message

2004-05-24 Thread Garyp
I_search_for_you.cpl Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Msg reply

2004-05-23 Thread Garyp
Your_complaint.cpl Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Document

2004-04-04 Thread garyp
More info in attach Archive password: Readme.rar Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Request response

2004-04-03 Thread garyp
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Incoming Fax

2004-03-23 Thread garyp
Read the attach. Attached file is protected with the password for security reasons. Password is Information.rar Description: Binary data

Re: Msg reply

2004-03-20 Thread garyp

Re: Hi

2004-03-18 Thread garyp

cvs commit: xml-xalan/java/bin ant.jar

2002-10-29 Thread garyp
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:

cvs commit: xml-xalan/java build.xml

2002-10-28 Thread garyp
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

cvs commit: xml-xalan/test/tests/bugzilla Bugzilla3265.out Bugzilla3265.xml Bugzilla3265.xsl

2001-08-25 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xpath/operations Variable.java

2001-08-25 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xalan/lib Extensions.java

2001-08-25 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref/sax2dtm SAX2DTM.java

2001-08-12 Thread garyp
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

cvs commit: xml-xalan/test/tests/contrib/garypeskin SAX2DTMDesign.html

2001-08-09 Thread garyp
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

cvs commit: xml-xalan/test/tests/bugzilla Bugzilla3060.xsl Bugzilla3060.xml Bugzilla3060.out

2001-08-09 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref/sax2dtm SAX2DTM.java

2001-08-09 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xalan/templates FuncFormatNumb.java

2001-08-07 Thread garyp
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

cvs commit: xml-xalan/test build.bat

2001-07-31 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xalan/serialize WriterToUTF8Buffered.java

2001-07-25 Thread garyp
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

cvs commit: xml-xalan/test/tests/contrib/garypeskin SAX2DTMDesign.html

2001-07-25 Thread garyp
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

cvs commit: xml-xalan/test/tests/contrib/garypeskin namespace99.xsl namespace99.xml namespace99.out

2001-07-25 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref/sax2dtm SAX2DTM.java

2001-07-25 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xalan/transformer TransformerIdentityImpl.java

2001-07-24 Thread garyp
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

cvs commit: xml-xalan/java/samples/ApplyXPath ApplyXPath.java

2001-07-15 Thread garyp
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

cvs commit: xml-xalan/java/xdocs/sources/xalan extensions.xml

2001-07-14 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref/dom2dtm DOM2DTM.java

2001-07-13 Thread garyp
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()

cvs commit: xml-xalan/java/src/org/apache/xpath/operations Variable.java

2001-07-11 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xpath/compiler Compiler.java

2001-07-10 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xalan/lib Extensions.java

2001-07-10 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xpath XPathContext.java

2001-07-10 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xpath VariableStack.java XPathContext.java

2001-07-10 Thread garyp
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

cvs commit: xml-xalan/java/xdocs/sources/xalan faq.xml

2001-07-09 Thread garyp
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/

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref DTMManagerDefault.java

2001-06-15 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xalan/processor StylesheetHandler.java

2001-06-15 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xalan/templates OutputProperties.java output_html.properties

2001-06-14 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xml/dtm/ref DTMManagerDefault.java

2001-06-14 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xalan/templates ElemTemplateElement.java

2001-06-14 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xalan/processor StylesheetHandler.java

2001-06-10 Thread garyp
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

cvs commit: xml-xalan/java/xdocs/sources/xalan usagepatterns.xml

2001-06-08 Thread garyp
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

cvs commit: xml-xalan/java/src/org/apache/xpath SourceTreeManager.java XPathContext.java

2001-06-01 Thread garyp
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

cvs commit: xml-xalan/java/xdocs/sources/xalan extensions.xml

2001-05-31 Thread garyp
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

cvs commit: xml-xalan/java/src/org/xml/sax/helpers AttributesImpl.java

2001-05-31 Thread garyp
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