Error in Transforming Serialized XML from a WCF DataContract to an HTML..Am i missing anything? (new to xslt)
-
Hi, I am trying to use an xslt to Transform an XML created by serializing a WCF DataContract object to HTML and i am not able to see the values in the out put.The xml is as folows <Assessment xmlns="http://schemas.datacontract.org/2004/07/EDIM.DataContracts" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Respiration> <Accessory>true</Accessory> <AirWaySize>3.5</AirWaySize> <AirwayCongestion>false</AirwayCongestion> <Apneic>true</Apneic> <AssessmentDateTime>2009-02-20T13:22:47.313</AssessmentDateTime> <AssessmentIdentifier>1</AssessmentIdentifier> <Assisted>true</Assisted> <Asymmetrical>true</Asymmetrical> <BSUpperAirwayL i:nil="true" /> <BSUpperAirwayR i:nil="true" /> <Barking>true</Barking> </Respiration> </Assessment> I am new to xslt and i created a new xslt file from VStudio 2008 and gave this xml as input and i got the error "Unspecified error File:vsee\pkgs\vssprovider\sccprj.cpp Line number:3670" eventhought i did not change anything on the new file.Shouldn't it have given me something? I used style vision of xmlspy and when i try to view the output the Values( for eg: assisted) does not show in output. Am i missing anything? :sigh: Please help....