Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Xml xsl to generate excel.xml file failing.
Forum Updated to NodeBB v4.3 + New Features

Xml xsl to generate excel.xml file failing.

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mastronardif
    wrote on 10 Feb 2014, 17:37 last edited by
    #1

    Hi folks,

    I have a xsl file which transforms the xml to an Excel XML.
    It works using the Mac xslt processor and the one in C#.

    It does NOT work w/ Qt's xmlpatterns, or xmlpatternsvalidator.

    It complains:
    No definition for element {http://www.w3.org/1999/XSL/Transform}xsl:stylesheet available.

    Does anyone know what am i doing wrong?

    Is Qt's xmlprocessor able to transform
    xml to excel. I am not doing anything to fancy. I gotta believe this can be done.

    Here is the line it complains on. What is this nubee doing wrong?

    TIA

    xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"

    <?xml version="1.0" encoding="utf-8"?>
    <?mso-application progid="Excel.Sheet"?>
    <xsl:stylesheet version="1.0"
    xmlns:html="http://www.w3.org/TR/REC-html40"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:x="urn:schemas-microsoft-com:office:excel"
    xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet">
    
    1 Reply Last reply
    0
    • M Offline
      M Offline
      mastronardif
      wrote on 23 Feb 2014, 20:35 last edited by
      #2

      I plan on compiling xAlan and using that.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved