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 |