| Mittwoch, 2. Januar 2002 | |
Setting Variables in XSLT (1/1/2002). Do you know how to set and reuse variables in XSLT? Learn how to use the xsl:param tag. [JavaScript Tip of the Day] 4:50:09 PM |
|
Adding Numbers in XSLT (12/31/2001). Do you know how to add numbers with XSLT? Learn how to use the sum() method to compute the total of all child tags. [JavaScript Tip of the Day] 4:50:00 PM |
|
Looping in XSLT (12/29/2001). Do you know how to avoid repetitive formatting within XSLT? Learn how to use loops in XSLT for common data formatting and manipulation. [JavaScript Tip of the Day] 4:49:44 PM |
|
Populating an HTML Template with XML Data (12/28/2001). Do you know how to format XML data in HTML? Learn how to populate a template HTML with XML data. [JavaScript Tip of the Day] 4:49:33 PM |
|
Justifying XML (12/25/2001). Do you know why XML is gaining popularity lately? Learn about its distinctive advantages over HTML. [JavaScript Tip of the Day] 4:49:07 PM |
|
Upgrading to MSXML 3.0 (12/22/2001). Do you know the difference between Replace mode and side-by-side mode? Learn how to upgrade your Microsoft XML parser (MSXML) to 3.0. [JavaScript Tip of the Day] 4:48:49 PM |
|
Coding to Version-Dependent XML Parser (12/24/2001). Do you know how to use two different XML parsers at the same time? Learn how to create two separate objects in a side-by-side environment. [JavaScript Tip of the Day] 4:48:29 PM |
|
Transforming XML to HTML (12/23/2001). Do you know how to convert XML to HTML with XSLT? Learn how to load XML and XSLT and then transform the XML to HTML. [JavaScript Tip of the Day] 4:48:13 PM |
|
Avoiding Early Versions of MSXML (12/21/2001). Do you know the difference between XSL and XSLT? Learn about the evolution of XSLT and how to avoid early versions of Microsoft XML parser (MSXML). [JavaScript Tip of the Day] 4:47:53 PM |
|
Locating the Error Origin (12/19/2001). Do you know how to debug an error when calling a Web service? Learn how to use the code property of the errorDetail object to locate the culprit. [JavaScript Tip of the Day] 4:47:35 PM |
|
Avoiding Hard-Coded Numbers in XSLT (1/2/2002). Do you know how to avoid hard-coded numbers in XSLT? Learn how to make your XSLT code easier to maintain by using variables. [JavaScript Tip of the Day] 4:45:32 PM |
|
