merging bugs 214954, 214207 and MODULE by cls

git-svn-id: svn://10.0.0.236/branches/TX_WALKER_BRANCH@146227 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
axel%pike.org
2003-08-20 11:59:37 +00:00
parent bea2b7c1de
commit 2571b3d174
3 changed files with 3 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = transformiix
DIRS = source
ifndef TX_EXE
DIRS += build resources

View File

@@ -12,7 +12,7 @@
chrome:displayName="XSLT QA Tools"
chrome:author="mozilla.org"
chrome:name="xslt-qa"
chrome:localeVersion="1.5a"
chrome:localeVersion="1.5b"
chrome:skinVersion="1.5">
</RDF:Description>

View File

@@ -775,7 +775,7 @@ TX_CompileStylesheet(nsIDOMNode* aNode, txStylesheet** aStylesheet)
new txStylesheetCompiler(base, obs);
NS_ENSURE_TRUE(compiler, NS_ERROR_OUT_OF_MEMORY);
nsresult rv = handleNode(document, compiler);
nsresult rv = handleNode(aNode, compiler);
if (NS_FAILED(rv)) {
compiler->cancel(rv);
return rv;