The following issue has been updated:
Updater: Johannes Schaefer (mailto:josch@uidesign.de)
Date: Tue, 16 Nov 2004 8:13 AM
Changes:
Attachment changed to test2-table.xls
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.cocoondev.org//browse/FOR-373?page=history
---------------------------------------------------------------------
View the issue:
http://issues.cocoondev.org//browse/FOR-373
Here is an overview of the issue:
---------------------------------------------------------------------
Key: FOR-373
Summary: Excel to Forrest: namespaces
Type: Bug
Status: Unassigned
Priority: Major
Project: Forrest
Components:
Core operations
Versions:
0.7
Assignee:
Reporter: Johannes Schaefer
Created: Tue, 16 Nov 2004 8:11 AM
Updated: Tue, 16 Nov 2004 8:13 AM
Environment: tested with 0.6 and 0.7-55210
Description:
I'm trying to get some tables out of Excel into
Forrest ... should be easy since Excel writes
legible XML [1].
I put together a sitemap.xmap [2] for *-table.xml.
I started writing my table2document.xsl [3] but
it didn't match anything, i.e. the version below
doesn't match anything. Matching "/*/*" gives me
the 2nd level elements: DocumentProperties, ...,
and Worksheets.
After removing all references to namespaces (xmlns)
and replacing ":" with "_" it works.
Can any XSL guru help me to get the XSLT working
without modifying the Excel-output first?
Thanks,
Johannes
See Attachments
[1] Excel XML output: test2-table.xml
[2] documents/sitemap.xmap
[3] table2document.xsl
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org//secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|