xml,xlt, xsl

  • Thread starter Thread starter DaveP
  • Start date Start date
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
 
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.
 
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/
 
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
 
Back
Top