Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.7
-
None
-
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
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