required/CWS SB19 : Provide BaseURL while parsing HTML options

[email protected] Wed, 21 Sep 2005 13:11:18 +0200 (CEST)
Newsgroups gmane.comp.openoffice.announce.interface
Message-ID <13623352.1127301078907.JavaMail.root@sd-web1>
Type
required

Title
Provide BaseURL while parsing HTML options

Posted by
[email protected]

Affected
,all

Effective from
CWS SB19

Summary

- BOOL HTMLParser::ParseScriptOptions( String& rLangString, HTMLScriptLanguage& rLang,
String& rSrc, String& rLibrary, String& rModule );

+ BOOL HTMLParser::ParseScriptOptions( String& rLangString, const String& rBaseURL, HTMLScriptLanguage& rLang,
String& rSrc, String& rLibrary, String& rModule );

Description

Due to the removal of the static BaseURL all methods that want to make
URLs relative or absolute must be provided with the BaseURL.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]