To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=85577
------- Additional comments from [EMAIL PROTECTED] Thu Apr 3 14:44:34 +0000 2008 ------- but wait - look like here error not in export filter but in schema for example - HYPERLINK function can have second parameter - text to display, it suppress URL if present and look like in this case our URL in content.xml exist only in @table:formula - it can be parsed if it plain string but what if this parameter calculated (rarely case but still possible)? Should XSLT perform this calculation? <table:table-cell table:formula="oooc:=HYPERLINK("http://adobe.com";"PDF father")" office:value-type="string" office:string-value="PDF father"><text:p>PDF father</text:p></table:table-cell> I guess it can be solved by using @office:value & @office:string-value at same time for cells with URL - @value for URL since it more important in our case and @string-value for URL title (but i did not check is it valid or not for current schema) also i think that OO really lack data type "XML" --------------------------------------------------------------------- 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]