• 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

Namespace question

 
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

I am trying to convert XML returned from Microsoft spreadsheet object into a smaller XML by applying XSL transformation.

XML:



In the process to extract selected data and create a much smaller XML, my output does not produce anything. XSLT written by me as follows:



Any pointers on what possibly might be wrong here which reasons out on not producing any data back?

Sandeep
 
Sandeep Advani
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Kindly ignore the smileys
The big grin is ": D"
 
Sandeep Advani
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Updated XML and XSL are as follows. Just realized that there were typos in the prev print....my apologies.

XSL:


XML:


Question: Would like to know the reason why it does not enter the templates? Output appears all the text data which is printed due to built-in templates behavior.

Thanks
Sandeep
 
Sandeep Advani
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guess I will start a newer and cleaner thread assuming people are ignoring due to 2 replies attached already.
 
reply
    Bookmark Topic Watch Topic
  • New Topic