• 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
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

XSLT problem when transfer the xml with schema definition

 
Ranch Hand
Posts: 104
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I have met the problem when I try to
transfer the XML with schema defintion using XSLT.
The XML document is like:
<xxxxxx version="1.1" xmlns="urn asis:names:..." xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn asis:names:... c:\xxx.xsd"-->
......
</xxxxxx>
My XSLT can not transform the correct data from this xml file. if I use <xxxxxx> instead of the root node with schema definition, then everything is ok.
Could U help me solve this problem?
Thanks,
Roy
 
Ranch Hand
Posts: 1056
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please edit your message to disable smilies (the option is near the bottom of the edit or posting page). Also, where's the XSL file you're using?
 
The only cure for that is hours of television radiation. And this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic