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

Templates Match under Microsoft namespace

 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

I am extracting a huge XML from Microsoft Excel spreadsheet object which in turn goes through a XSL document to retrieve a smaller XML.

Following is the input XML.



My XSL document:


After running the code, strangely I do not see any output. Moreover, it does not execute the template matching Row and Cell nodes for whatever reasons it may be that I am interested in. Any pointers will be highly appreciated?

Regards
Sandeep


Edit Comment: Disabled all smiles in this post and painfully edited the thread for better display, fingers-crossed.
[ September 08, 2005: Message edited by: Madhav Lakkapragada ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic