Click here to Skip to main content
15,911,531 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
Rage17-Oct-13 0:43
professionalRage17-Oct-13 0:43 
GeneralRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
Brisingr Aerowing17-Oct-13 5:43
professionalBrisingr Aerowing17-Oct-13 5:43 
GeneralRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
Rutvik Dave17-Oct-13 0:49
professionalRutvik Dave17-Oct-13 0:49 
GeneralRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
Mark_Wallace17-Oct-13 0:51
Mark_Wallace17-Oct-13 0:51 
GeneralRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
Argonia17-Oct-13 1:22
professionalArgonia17-Oct-13 1:22 
GeneralRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
Brisingr Aerowing17-Oct-13 5:44
professionalBrisingr Aerowing17-Oct-13 5:44 
GeneralRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
User 483504717-Oct-13 7:43
User 483504717-Oct-13 7:43 
AnswerRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
Jacques Sineriz18-Oct-13 1:53
professionalJacques Sineriz18-Oct-13 1:53 
If you managed to learn C# and T-SQL, the most is done.

- XML is only about taking care on how to write properly an XML document and knowing little bunch of terms (namespace, entity, processing instruction, element, attribute, CDATA). Best reference (you will probably never need it more than once) is http://www.w3.org/TR/2008/REC-xml-20081126/[^]

- XSLT (and XPath) is more challenging. It's a bit like learning T-SQL: both are functional languages, both have little grammar and both take a lot of practice to master. Here again, IMHO the best reference is still MSDN : http://msdn.microsoft.com/en-us/library/ms256069(v=vs.110).aspx[^]

- XSD is about learning a standard for schema definition (not much more than knowing your web.config elements). A quick glance at http://msdn.microsoft.com/en-us/library/ms256235(v=vs.110).aspx[^] will give an idea. Here again, Visual Studio is capable of doing the hard work for you, translating an entire dataset to his respective Xsd Schema. Schema used for XML document validation purposes require usually a little fine tuning.

- Web services are little more than a web page that returns a standardized XML instead of an HTML, and a corresponding client to interpret it. Visual Studio will handle most of the Object to XML serialization and deserialization for you and part of the dirty work (wsdl, interfaces). Real troubles start when mixing WebServices from different frameworks (.Net vs Java, for example).

I hope I didn't offend anyone with this simplification, but very often, big sounding words don't necessarily hide very complex concepts.
Object reference not set to an instance of an object

GeneralRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
devenv.exe18-Oct-13 3:47
professionaldevenv.exe18-Oct-13 3:47 
GeneralRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
svella18-Oct-13 4:59
svella18-Oct-13 4:59 
GeneralRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
jschell18-Oct-13 12:24
jschell18-Oct-13 12:24 
GeneralRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
Ronald.A18-Oct-13 5:26
Ronald.A18-Oct-13 5:26 
GeneralRe: XML, XSLT, XSD & Web Service getting started Book Recommendation Pin
TheRegan18-Oct-13 22:20
TheRegan18-Oct-13 22:20 
JokeMessage Closed Pin
17-Oct-13 0:15
professionalValery Possoz17-Oct-13 0:15 
GeneralRe: The Password Pin
Nagy Vilmos17-Oct-13 0:21
professionalNagy Vilmos17-Oct-13 0:21 
GeneralRe: The Password PinPopular
Johnny J.17-Oct-13 0:36
professionalJohnny J.17-Oct-13 0:36 
GeneralRe: The Password Pin
Nagy Vilmos17-Oct-13 1:02
professionalNagy Vilmos17-Oct-13 1:02 
GeneralRe: The Password PinPopular
Christopher Duncan17-Oct-13 1:22
Christopher Duncan17-Oct-13 1:22 
JokeRe: The Password Pin
S Houghtelin17-Oct-13 2:16
professionalS Houghtelin17-Oct-13 2:16 
GeneralRe: The Password Pin
Christopher Duncan17-Oct-13 2:38
Christopher Duncan17-Oct-13 2:38 
GeneralRe: The Password Pin
Christopher Duncan17-Oct-13 2:41
Christopher Duncan17-Oct-13 2:41 
GeneralRe: The Password Pin
S Houghtelin17-Oct-13 3:16
professionalS Houghtelin17-Oct-13 3:16 
GeneralRe: The Password Pin
Christopher Duncan17-Oct-13 5:11
Christopher Duncan17-Oct-13 5:11 
GeneralRe: The Password Pin
S Houghtelin17-Oct-13 5:38
professionalS Houghtelin17-Oct-13 5:38 
GeneralRe: The Password Pin
Christopher Duncan17-Oct-13 5:41
Christopher Duncan17-Oct-13 5:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.