diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-11-11 16:14:06 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-11-11 16:14:06 +0000 |
commit | 56abff7dd02b7342e7982e29554a6104f9fca58a (patch) | |
tree | 640cb22e8a4c30ea11a376ecc101e1a4931b0c14 /textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp | |
parent | f10f40490238e4f4d7aedb097b801150109a40df (diff) | |
download | ports-56abff7dd02b7342e7982e29554a6104f9fca58a.tar.gz ports-56abff7dd02b7342e7982e29554a6104f9fca58a.zip |
Xalan-C++ is an XSLT processor from the Apache XML Project.
It provides a shared library to transform XML documents into HTML,
text or other XML document types from within your own application.
WWW: http://xalan.apache.org/xalan-c/
PR: 204176
Submitted by: Roger Leigh <rleigh@codelibre.net>
Notes
Notes:
svn path=/head/; revision=401253
Diffstat (limited to 'textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp')
-rw-r--r-- | textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp b/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp new file mode 100644 index 000000000000..61f679c10581 --- /dev/null +++ b/textproc/xalan-c/files/patch-src_xalanc_PlatformSupport_XalanLocator.hpp @@ -0,0 +1,11 @@ +--- src/xalanc/PlatformSupport/XalanLocator.hpp.orig 2012-09-27 06:59:33 UTC ++++ src/xalanc/PlatformSupport/XalanLocator.hpp +@@ -91,7 +91,7 @@ public: + const XalanDOMChar* theAlternateId = getEmptyPtr()) + { + return theLocator == 0 ? theAlternateId : (theLocator->getSystemId() ? +- theLocator->getPublicId() : theAlternateId); ++ theLocator->getSystemId() : theAlternateId); + } + + /** |