Uncategorized

XSL output methods

Options for displaying XML  XSL output methods <xsl:output cdata-section-elements=”namelist” doctype-public=”string” doctype-system=”string” encoding=”string” indent=”yes” | “no” media-type=”mimetype” method=”html” | “name” | “text” | “xml” omit-xml-declaration=”yes” | “no” standalone=”yes” | “no” version=”version_number” /> The xsl:output element is used to define the format of the output created by the stylesheet. This is accomplished by setting one or more of …

XSL output methods Read More »

Updating Data in a Table

Updating Data in a Table You can also change the existing data in a table with the UPDATE statement. As with the SELECT statement, you can add a WHERE clause to specify exactly which rows you want to update. If you leave out the WHERE clause, the entire table gets updated. Here is an example …

Updating Data in a Table Read More »

Dynamic Styles In DHTML

As the Internet gained popularity, HTML became increasing weakened. People started demanding more and more features, and this caused the creation of DHTML. It also created CSS, or Cascading Style Sheets.   Styles allow us to separate the content of the HTML page from its presentation. DHTML makes very good use of styles – we …

Dynamic Styles In DHTML Read More »

CSS Identifier

CSS identifier also known as CSS selectors. Selectors are used to access the CSS styles. They can be very useful sometimes you want to apply a special style to a particular element or a particular group of elements.   There are three kinds of selectors in CSS: Element or Tag Selector Class Selector ID selector …

CSS Identifier Read More »

Scroll to Top