Part of fix for bug 203192 (Improvements to XSLT loading). r=Pike, sr=jst, a=asa.

git-svn-id: svn://10.0.0.236/trunk@142123 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%netscape.com
2003-05-05 11:25:43 +00:00
parent 9400e8397c
commit 4c540757b7
4 changed files with 2 additions and 3 deletions

View File

@@ -822,6 +822,7 @@ extensions/transformiix/source/xslt/util/Makefile
extensions/transformiix/source/xslt/Makefile
extensions/transformiix/source/Makefile
extensions/transformiix/Makefile
extensions/transformiix/resources/Makefile
"
MAKEFILES_tridentprofile="

View File

@@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = source
ifndef TX_EXE
DIRS += build
DIRS += build resources
endif
include $(topsrcdir)/config/rules.mk

View File

@@ -183,7 +183,6 @@ void txMozillaTextOutput::createResultDocument(nsIDOMDocument* aSourceDocument,
nsCOMPtr<nsIURI> baseURL;
sourceDoc->GetBaseURL(*getter_AddRefs(baseURL));
doc->SetBaseURL(baseURL);
// XXX We might want to call SetDefaultStylesheets here
// Notify the contentsink that the document is created
nsCOMPtr<nsITransformObserver> observer = do_QueryReferent(mObserver);

View File

@@ -734,7 +734,6 @@ txMozillaXMLOutput::createResultDocument(const nsAString& aName, PRInt32 aNsID,
nsCOMPtr<nsIURI> baseURL;
sourceDoc->GetBaseURL(*getter_AddRefs(baseURL));
doc->SetBaseURL(baseURL);
// XXX We might want to call SetDefaultStylesheets here
// Set the mime-type
if (!mOutputFormat.mMediaType.IsEmpty()) {