Home /

| RSS

Output DOCTYPE In XSLT

These days I am working on a personal project which I call “my precious”. This projects involves transforming XML documents into HTML using XSLT. Things were going smooth till I decided to output DOCTYPE from XSLT. This is what I did.
  
XSLT parser does not like the code above and gives me this error.

After [...]

[ More ] September 16th, 2009 | 2 Comments | Posted in Programming |

Capture XML In WCF Service

Working on a project where we wrote WCF Services a need was identified to capture the raw xml passed in to the service operation and also capture the reply xml sent back by the service. WCF does not provide such facility out of the box but it can be easily implemented using behaviours. In this [...]

[ More ] April 1st, 2009 | 11 Comments | Posted in Programming |