Tuesday, February 7, 2012
Web Dev .NET: Differences Between jQuery .bind() vs .live() vs ....
Web Dev .NET: Differences Between jQuery .bind() vs .live() vs ....: Introduction I've seen quite a bit of confusion from developers about what the real differences are between the jQuery .bind() , .live() , ...
Wednesday, June 29, 2011
Difference between XSD and XSLT ?
Difference between XSD and XSLT
XSLT is a declarative programming language, you write an XSLT stylesheet to transform XML to HTML or XML or plain text.
XSD is a schema language, you use it to define the possible structure and contents of an XML format. A validating parser can then check whether an XML instance document conforms to an XSD schema or a set of schemas.
XSLT is a declarative programming language, you write an XSLT stylesheet to transform XML to HTML or XML or plain text.
XSD is a schema language, you use it to define the possible structure and contents of an XML format. A validating parser can then check whether an XML instance document conforms to an XSD schema or a set of schemas.
Subscribe to:
Posts (Atom)