xml,xlt, xsl

D

DaveP

hi all...
im starting a new project , engine so to speak
that will transform data from sqlserver into
837, hl7 transaction sets...
Ive done this before in win32 was written in Code
an preprocessor directives

since ive switched to C# and net, i want to explore my options with xml,
xsl, xslt,

my experience with xml is ok, but none with xsl,xslt
ive downloaded apress xml pro ebook

any other sites for examples are appriciated
TIA
Dave P
 
N

Nicholas Paldino [.NET/C# MVP]

Dave,

If you are going to do a great deal of XML transformations, have you
considered something like BizTalk? It is meant to integrate into your
workflow pipeline and perform a number of transformations on XML messages.

Of course, if you have to do them in SQL Server, then it is probably
overkill, but if you have to send the XML anywhere, then it could definitely
help.
 
C

Chris Dunaway

hi all...
im starting a new project , engine so to speak
that will transform data from sqlserver into
837, hl7 transaction sets...
Ive done this before in win32 was written in Code
an preprocessor directives

since ive switched to C# and net, i want to explore my options with xml,
xsl, xslt,

my experience with xml is ok, but none with xsl,xslt
ive downloaded apress xml pro ebook

any other sites for examples are appriciated
TIA
Dave P

This site may help you:

http://w3schools.com/
 
D

DaveP

I loaded biztalk on my test server a While Back once..but took it off...
did not spend too much time with it....i'll research more into biz talk

Thanks
DaveP



Nicholas Paldino said:
Dave,

If you are going to do a great deal of XML transformations, have you
considered something like BizTalk? It is meant to integrate into your
workflow pipeline and perform a number of transformations on XML messages.

Of course, if you have to do them in SQL Server, then it is probably
overkill, but if you have to send the XML anywhere, then it could
definitely help.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

DaveP said:
hi all...
im starting a new project , engine so to speak
that will transform data from sqlserver into
837, hl7 transaction sets...
Ive done this before in win32 was written in Code
an preprocessor directives

since ive switched to C# and net, i want to explore my options with xml,
xsl, xslt,

my experience with xml is ok, but none with xsl,xslt
ive downloaded apress xml pro ebook

any other sites for examples are appriciated
TIA
Dave P
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top