Compiled XSLT stylesheets. Improves speed, implements forwards-compatible-parsing and handling of unknown extension-elements. Also fixes some random edgecasebugs such as recursive merged named-attribute-sets and empty strings in copy-of.
Patch mainly by sicking, but large parts also by Pike and peterv. Tracker is bug 185797. r=Pike/sicking rs=peterv. git-svn-id: svn://10.0.0.236/trunk@140310 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -68,6 +68,12 @@ MBool txNodeSetContext::isStripSpaceAllowed(Node* aNode)
|
||||
return mInner->isStripSpaceAllowed(aNode);
|
||||
}
|
||||
|
||||
void* txNodeSetContext::getPrivateContext()
|
||||
{
|
||||
NS_ASSERTION(mInner, "mInner is null!!!");
|
||||
return mInner->getPrivateContext();
|
||||
}
|
||||
|
||||
void txNodeSetContext::receiveError(const nsAString& aMsg, nsresult aRes)
|
||||
{
|
||||
NS_ASSERTION(mInner, "mInner is null!!!");
|
||||
|
||||
Reference in New Issue
Block a user