Community-Credit.com
|
NonProfitWays.com
|
SOAPitstop.com
Skin:
Fiery Red
Mello Blue
Purple Passion
The Green Stuff
Grey Flannel
User: Not logged in
Hot Links
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
Menu
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
My Pitstop
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
HeadGeek
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics
Examples
Debugging (3)
Schema (303)
WML (61)
XPath (101)
DOM (58)
SMIL (41)
WSDL (43)
XQL (3)
DTD (3)
SOAP (72)
XAML (1)
XQuery (6)
Flash (10)
SQLXML (2)
XBRL (2)
XSchema (1)
Java (2)
SVG (15)
XForms (36)
XSL (195)
MathML (6)
VoiceXML (2)
XHTML (204)
XSL-FO (6)
Oracle (5)
WAP (4)
XML (379)
XSQL (5)
SAX (57)
WebService (14)
XML.NET (3)
XUL (2)
Total Examples: 1,645
xsl Examples
Prev
Next
1
2
3
4
5
6
7
8
9
10
XML
Examples
Package*
The examples in this package illustrate how to generate and parse XML data using SAX and DOM parsers. All the examples use the Java API for XML Parsing (JAXP) to access the particular SAX or DOM parser rather than accessing the parsers directly. Detailed instructions for building and running each example are included on the individual example pages.
Type: XSL #Views: 430 Category: Example
XSLToolbox
The XSLToolbox is available for download at ftp://ftp.nist.gov/pub/mel/lubell/xsltoolbox/. The distribution includes the APEX and ATTS XSLT transforms, examples, and the documentation on these web pages.
Type: XSL #Views: 397 Category: Example
The Functional Programming Language
XSLT
- A proof through
...
In this section we'll provide a solution to the following problem: given a real-valued function f which has one real argument, and two endpoints a and b estimate the area of the shape defined by the graphic of the function, the abscissa axis and the end-points.
Type: XSL #Views: 416 Category: Example
The Functional Programming Language
XSLT
- A proof through
...
Differentiating a function at a point yields the slope of the graph of the function at that point. Therefore, a rough first calculation of f'(x) will be obtained by the following function:
Type: XSL #Views: 388 Category: Example
The Functional Programming Language
XSLT
- A proof through
...
A very powerful feature of some FP languages (e.g. Haskell ) is having so called non-strict functions and lazy evaluation. A function f is said to be strict if, when applied to a non-terminating expression, it also fails to terminate. For most programming languages all functions are strict. But this is not so in Haskell. In Haskell if a function does not need a value from its argument, it never gets evaluated. Such kind of function evaluation is called lazy evaluation, and non-strict functions are called "lazy functions", and are said to evaluate their arguments "lazily", or "by need" [10]. With lazy evaluation it becomes possible to operate on infinite data structures. For example,
Type: XSL #Views: 389 Category: Example
The Functional Programming Language
XSLT
- A proof through
...
The same generalised functions exist not only for lists, but also for trees. A tree is defined as a set of node (root) having a labelX, and a set of sub-trees:
Type: XSL #Views: 376 Category: Example
The Functional Programming Language
XSLT
- A proof through
...
The function sum that computes the sum of the elements of a list can be defined as follows:
Type: XSL #Views: 404 Category: Example
The Functional Programming Language
XSLT
- A proof through
...
Let's first consider the Newton-Raphson algorithm for finding square roots. The square root of a number N is computed starting from an initial approximation a0 and successively computing better ones using the rule:
Type: XSL #Views: 402 Category: Example
The Functional Programming Language
XSLT
- A proof through
...
As a starting point, let's define some basic terminology and present examples of the use of higher-order functions in FP. Then, we'll take a first step towards our FP implementation in XSLT by defining the "template reference" data type and demonstrate a simple example of its use.
Type: XSL #Views: 446 Category: Example
The Functional Programming Language
XSLT
- A proof through
...
In this section we provide the XSLT implementation of many of the functions defined in John Hughes paper "Why functional programming matters" [1]. We provide numerous implementations of list-processing functions, and of a very generic tree-folding function and other functions that are based on it. We also demonstrate how lazy evaluation can be simulated in XSLT.
Type: XSL #Views: 399 Category: Example
The Functional Programming Language
XSLT
- A proof through
...
In this section we provide the XSLT implementation of some advanced numerical algorithms by using essentially higher order functions for list processing and list generation. Essentially used in these implementations is a function within , which is passed a list-generator function and a tolerance as parameters. within uses the buildListWhile function with the list-generator passed to it as parameter and with its own controller function, which triggers the stop condition, whenever the difference between the last two generated list elements becomes less than the tolerance parameter eps.
Type: XSL #Views: 403 Category: Example
XML and
XSLT
examples
Some simple XSLT examples. 1) Simple transformation using an old IE 5 type style sheet (1-ie.xml) styled with (1-ie.xsl)
Type: XSL #Views: 452 Category: Example
FileMaker
Eight
XSLT
stylesheet
examples
are included with FileMaker Pro 6, and many
more are available for download at XML Central.
Type: XSL #Views: 408 Category: Example
The Functional Programming Language
XSLT
- A proof through
...
Until now it was believed that although XSLT is based on functional programming ideas, it is not as yet a full functional programming language, as it lacks the ability to treat functions as a first-class data type.
Type: XSL #Views: 414 Category: Example
XML and
XSLT
Articles and Examples about XML and XSLT.
Type: XSL #Views: 387 Category: Example
Developersdex.com - The Web Developers Index
This download is from a project I developed for my company's intranet. The application creates html dynamically from generating XML through the scripting object and transforming the result with XSLT.
Type: XSL #Views: 386 Category: Example
Web Developer:
XSLT
When you get into XML parsing, it is difficult to get a grasp of how to input and output the XML and XSL texts. This code from the .NET XML expert himself, Dan Wahlin, shows you a number of ways to do it, useful code.
Type: XSL #Views: 402 Category: Example
Open Directory - Computers: Data Formats: Markup Languages: XML
...
A stupid XSL trick is a use of XSLT for something unusual or amusing for which it wasn't necessarily designed. These tricks are intended for an audience that is learning XSLT and wishes do so by poking around in various less-explored corners. Paper includes three examples with full explanations.
Type: XSL #Views: 324 Category: Example
XML Technology Information -
Practical XSLT Examples And Reusable Code
Type: XSL #Views: 376 Category: Example
XML Technology Information -
XSLT
.XSLT Examples And Reusable Code
Practical
XSLT
Examples
And Reusable Code.
Type: XSL #Views: 430 Category: Example
Prev
Next
1
2
3
4
5
6
7
8
9
10
Featured Products
Fans of "The Office"
Dwight Bobbleheads are here!
“It's me! I'm the bobblehead! Yes!”
Advertise on XMLPitstop
Our Sponsors
Advertise on XMLPitstop
Partners
Friends
EggHead Cafe
Web Servicee development
DotNetSlackers
HP Printer Ink Cartridges
electronic faxing
tele conference calling
fax
chicago web design
Alojamiento Web
Web Hosting
Video Surveillance
brand names sunglasses
Video Surveillance
VoIP Internettelefonie
Statistics
4,332 Total Members
9 members(last 30 days)
6 members(last 7 days)
0 members(today)
1,953 Total Discussions
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)
47,487 Total Blog Posts
0 Blogs(last 30 days)
0 Blogs(last 7 days)
0 Blogs(today)
8,699 Newsgroup Posts
0 Posts(last 30 days)
0 Posts(last 7 days)
0 Posts(today)
14,268 Total Resources
7 Resources(last 30 days)
4 Resources(last 7 days)
1 Resources(today)
David Silverlight's XMLPitstop.com
| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139