Issue 45949 - XHTML XSLT export filter: Notes are not exported
Summary: XHTML XSLT export filter: Notes are not exported
Status: CONFIRMED
Alias: None
Product: xml
Classification: Code
Component: code (show other issues)
Version: 680m85
Hardware: All All
: P3 Trivial (vote)
Target Milestone: AOO Later
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-24 14:46 UTC by svante.schubert
Modified: 2013-02-07 21:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description svante.schubert 2005-03-24 14:46:12 UTC
Open a spreadsheet add a note and export it to XHTML, currently it won't be
exported.
Comment 1 svante.schubert 2005-03-24 14:47:15 UTC
Add JSI to CC
Comment 2 Rainer Bielefeld 2006-07-27 08:38:27 UTC
That's the same for WRITER notes. 

I see the effect, but I doubt that those notes especially WRITER notes) are
objects that can be handled in XHTML - how should a WRITER note be shown in a
SHTML document?
Comment 3 svante.schubert 2006-07-27 10:44:55 UTC
Notes are not part of XHTML, but we might try to emulate them. For instance,
with something like tooltips, like <a onMouseover="alert('theNote')">.