We've supported xsl:fallback for a while now. r=Pike.

git-svn-id: svn://10.0.0.236/trunk@156235 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%propagandism.org 2004-05-11 12:12:42 +00:00
parent 8f3c66f1df
commit 52bc2e4cdc

View File

@ -99,7 +99,7 @@ ElementAvailableFunctionCall::evaluate(txIEvalContext* aContext,
qname.mLocalName == txXSLTAtoms::copyOf ||
qname.mLocalName == txXSLTAtoms::decimalFormat ||
qname.mLocalName == txXSLTAtoms::element ||
//qname.mLocalName == txXSLTAtoms::fallback ||
qname.mLocalName == txXSLTAtoms::fallback ||
qname.mLocalName == txXSLTAtoms::forEach ||
qname.mLocalName == txXSLTAtoms::_if ||
qname.mLocalName == txXSLTAtoms::import ||