Pages

Google Search Engine

Saturday, June 26, 2010

Text editor [ list ]

You can use text editor to edit a simple modification of your blog posting or either edit any text document.


Here are (Programmer's) text editor list :
  • Open source / Free
    • jEdit
    • Metapad
    • Notepad2

XSLT -XML

XSLT

namespace has the URI http://www.w3.org/1999/XSL/Transform

XSL -XML

XSL

What is XSL
?
XSL is a family of recommendations for defining XML document transformation and presentation.

It consists of three parts:

  1. XSL Transformations (XSLT)
    a language for transforming XML

  2. XML Path Language (XPath)an expression language used by XSLT to access or refer to parts of an XML document. (XPath is also used by the XML Linking specification)

  3. XSL Formatting Objects (XSL-FO)
    an XML vocabulary for specifying formatting semantics



xsl:stylesheet element may contain the following types :

  • xsl:import

  • xsl:include

  • xsl:strip-space

  • xsl:preserve-space

  • xsl:output

  • xsl:key

  • xsl:decimal-format

  • xsl:namespace-alias

  • xsl:attribute-set

  • xsl:variable

  • xsl:param

  • xsl:template



other alternative , CSS

other post :