Archive for 'XML'

9 tips to validate your XHTML code

What is validation ?
According to the W3c, Validation is a process of checking your documents against a formal Standard, such as those published by the World Wide Web Consortium (W3C) for HTML and XML-derived Web document types, or by the WapForum for WML, etc. It serves a similar purpose to spell checking and proofreading [...]

HTML entities within XSL

You want to have
 
in your XSL stylesheet but you’re getting an error, just put these few lines of code at the top, before the
<xsl :stylesheet…></xsl>
tag :