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.
Qt 6.11 is out! See what's new in the release blog

Xml xsl to generate excel.xml file failing.

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 1.2k 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 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 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