• 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

Simple XSL Transformation

 
Ranch Hand
Posts: 452
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,
Happy New Year,
I am new to XMl and XSLT i have to develop an xsl file which can transform an xml file to html file. The main thing is that in my xml file i am not using any custom tags(only html tags). Is there any xsl file already available for this purpose. Please let me know. Because i dont think it is feasible to write templates for all the html tags.
Thanks in advance
[ January 04, 2003: Message edited by: Prakash Dwivedi ]
 
Leverager of our synergies
Posts: 10065
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
So you need to transform HTML to HTML? Could you give some examples of which HTML tags should be mapped to which? Why not just show input HTML "as is"?
 
Prakash Dwivedi
Ranch Hand
Posts: 452
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, we will have our custom tags also along with standard html tags, but what i want to do is define xls file for our own tags only and import xls for standard html tags.
something what we do in jsp, when we make our custom tags and we define tag handlers for our custom tags only and not for standard tags. i think my question is more clear now.
 
reply
    Bookmark Topic Watch Topic
  • New Topic