• 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
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

(Newbie) XML to XSL?

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello People,
I am not so comfortable with XML but I have come to point where I have been asked to present a solution for converting the XML files to XSL, later to be used for XML database repositories. Could any one please guide me on how to take an approach for achieving this objective.
Thanks
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"Converting XML to XSL," with no context, doesn't make any sense. XSL (I'm assuming we mean XSLT here, as is common) is XML, using a particular set of XML tags. Does your XML already represent formatting rules (which is what XSL represents?) If not, then it's more likely what you're being asked to do is to transform your XML to some other XML (or HTML) using XSL.

Why not try to give us some more details on exactly what's going on, and we can try to help.
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic