HTML & CSS Tutorials by Freeskills.com
A description of some basic HTML elements used in the BODY of Web documents. This includes paragraph breaks, new lines and headings.
January 20,
2006
Today Views:
1 Total Views:
625
Hyper-Text Mark-up Language (or HTML for short) is the language used to specify the construction of Web pages. Web pages are a form of HyperText and include text, graphics and links to other HTML documents.
January 20,
2006
Today Views:
1 Total Views:
494
An XML processor is more commonly called a parser, since it simply parses XML and provides the application with any information it needs. There are quite a number of XML parsers available, many of which are free.
January 20,
2006
Today Views:
1 Total Views:
472
Although it isn't all that common, sometimes you need to embed application-specific instructions into your information, to affect how it will be processed. XML provides a mechanism to allow this, called processing instructions or, more commonly, PIs.
January 20,
2006
Today Views:
1 Total Views:
503
Now we have an easy and platform-independent method of describing XML data, validating its type as we wish and modifying and reading it programmatically. So we basically have a transportable miniature database. No surprise then that when you start to work with it, you'll feel the need for a query mechanism. Using the DOM, you can get to each and every node in your document, but it can get tiresome, maneuvering through the hierarchies of children to find that single node you are interested in.
January 20,
2006
Today Views:
1 Total Views:
482
When we want to exchange information with other applications, it would be nice if everyone would use the same document types (that is use the same validation rules). However, it is inevitable that, for comparable types of data, several document types will emerge. Some repositories will emerge, where schemas and DTDs can be stored and shared. Often these are industry-wide initiatives. However, several schemas for the same data will exist.
January 20,
2006
Today Views:
1 Total Views:
495
First of all a warning: be careful - the eval and script elements are not specified in the XSLT recommendation. They are Microsoft extensions, available only in their MSXML implementation. So, if you want to be able to switch XSLT implementations later on, do not use these features.
January 20,
2006
Today Views:
1 Total Views:
498
Once you have read this section, you will have found out that its title is a bit deceptive. You, as a programmer, have certain expectations about a new programming language when you start learning it. One of them is that you expect it to be possible to store values in variables, change them and retrieve them later. Although XSLT has an element called variable, you actually cannot do much with it. This may sound unbelievable, but it is a result of the way XSLT works that you cannot have variables. This is a thing that beginning XSLT programmers have many difficulties grasping.
January 20,
2006
Today Views:
1 Total Views:
483
XSLT processor vendors are free to add their own private extensions to the language. The XSLT specification even specifies how they should indicate if an extension element or extension function is supported by their implementation.
January 20,
2006
Today Views:
1 Total Views:
580
With XML only consisting of data content, there is a clear need for ways to display this content. This is commonly referred to as 'styling the content'. At the time of writing, there are two W3C standard stylesheet languages: CSS (Cascading Stylesheets) and XSLT. Both can be used to assign certain looks to specific element types in an XML document.
January 20,
2006
Today Views:
1 Total Views:
527
























