Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. Error in Transforming Serialized XML from a WCF DataContract to an HTML..Am i missing anything? (new to xslt)

Error in Transforming Serialized XML from a WCF DataContract to an HTML..Am i missing anything? (new to xslt)

Scheduled Pinned Locked Moved XML / XSL
xmlhelpcsharpc++html
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sree Raj
    wrote on last edited by
    #1

    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....

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups