Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I'm pretty new to using xsl and all I've done so far is using xslt to transform xml to xhtml.

Now I'd like to know what other transformations are already in use (not only in experimental stage). I know xml to pdf is already in use but what else?

 

thx in advance

 

p.s. I'm just asking as I'm collecting pros and cons of using xsl.

Debug me...
  • *Experts*
Posted

The biggest use, before formatting became big (HTML and PDF), was for interfaces. That is, transforming data from one XML schema to another.

 

For example, it's easy to get data into XML from a Database - the DataSet's GetXml() does that for you. But many webservice consumers will want the data in a specific XML layout. Imagine a healthcare system in .NET that needs to send some data to other companies (Dr/Provider information, client/patient information, etc.) for processing. The other companies may still be expecting EDI (a semi-standard) or NTS formatted data.

 

-ner

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...