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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user