To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49392





------- Additional comments from [EMAIL PROTECTED] Tue May 17 08:33:06 -0700 
2005 -------
The following should be fixed along:


>
>3. in export/common/body.xsl:
>
><xsl:template name="encode-string">
>(...)
>
><xsl:otherwise>
>  <xsl:message terminate="no">ERROR: Function not found:
java:java.net.URLEncoder.encode</xsl:message>
>  <xsl:value-of select="$textToBeEncoded"/>
></xsl:otherwise>
>
>Thus terminate="no" instead of "yes" and add <xsl:value-of 
>select="$textToBeEncoded"/>
>
>I suppose that incoming XML is UTF-8.
>
Yes, but not the character encoding was meant, more the string encoding.
Used for referencing child documents from the content table of a master document
by URLs.
You won't need it, as the transformation of  master documents would work only
with Java and is not supported anyway.

I will add your proposed change (of 3.) to the exisiting issue and will enhance
the comment of

<xsl:template name="encode-string"> as well.



---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to