Additional fix for bug 352601 (XSLT forwards compatible processing enabled when it shouldn't). rs=sicking.

git-svn-id: svn://10.0.0.236/trunk@215140 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%propagandism.org
2006-11-11 00:49:10 +00:00
parent 45fea30a93
commit 35583114f4

View File

@@ -431,7 +431,7 @@ txFnStartElementIgnore(PRInt32 aNamespaceID,
PRInt32 aAttrCount,
txStylesheetCompilerState& aState)
{
if (aNamespaceID == kNameSpaceID_XSLT && !aState.fcp()) {
if (!aState.fcp()) {
clearAttributes(aAttributes, aAttrCount);
}
@@ -452,7 +452,7 @@ txFnStartElementSetIgnore(PRInt32 aNamespaceID,
PRInt32 aAttrCount,
txStylesheetCompilerState& aState)
{
if (aNamespaceID == kNameSpaceID_XSLT && !aState.fcp()) {
if (!aState.fcp()) {
clearAttributes(aAttributes, aAttrCount);
}