| 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]
