• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

xml transformation error:

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting this error can anyone help Please
XML Transformation Error:
msxml40:true
msxml30:false
msxml20:false
VersionIndependant:false
ProgID:Msxml2.DOMDocument.4.0
Description:The stylesheet does not contain a document element. The stylesheet may be empty, or it may not be a well-formed XML document
 
Sheriff
Posts: 28411
102
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Seems like a pretty clear error message to me. So if you're saying "but my stylesheet does have all of that" then chances are that you're looking at a stylesheet in location X but telling the transformer to use a stylesheet in location Y.
 
reply
    Bookmark Topic Watch Topic
  • New Topic