John Russell wrote:
Please advise where I can obtain instructions on how to
incorporate 'patch2.txt'

http://issues.apache.org/jira/secure/attachment/12321375/patch2.txt


You will need a version of the patch utility. Most Linux/Unix boxes come with one. For Windows, you can use your favorite search to find source code or a binary. If you use CygWin, you'll find there's a patch utility available already.

to update the source I'm using from

http://cvs.apache.org/snapshots/xml-xalan/


OK, it looks like our snapshots are still pointing to the CVS repository, which is dead. We are now using Subversion, so you will need to install a Subversion client, if you don't have one. Typically, you will want to check out the trunk, which you can do with the following svn command line:

svn co http://svn.apache.org/repos/asf/xalan/c/trunk/ xml-xalan/c

I suspect the patch is compatible with the 1.10 sources, so you may want to just try applying it to a fresh 1.10 source tree.

Dave

Reply via email to