Community-Credit.com | NonProfitWays.com | SOAPitstop.com   Skin:   
      User: Not logged in 
Home
Newsletter Signup
XSLT Library
Latest XML Blogs
Featured Examples
Presentations
Featured Articles
Book Chapters
Training Courses
Events
NewsGroups
 
Discussions
Examples
Tutorials
Tools
Articles
Resources
Websites
 
Sign In
My Profile
My Articles
My Examples
My Favorites
My Resources
Add a Resource
Logout
 
About Me
My Blog
HeadGeek Articles
Talking Portfolio
Resume
Pictures
World Trip Pics

Prev Next
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
31 32 33 34 35 36 37 38 39 40
 
The Functional Programming Language XSLT - A proof through ...
Not only the purpose of this article to prove that XSLT can be considered a functional programming language has been fulfilled by providing XSLT implementation for the most major FP design patterns and examples from John Hughes article "Why Functional Programming matters" (this article contains the code of 35 functions), but as a side effect we have now available what can be considered the first XSLT functional programming library.

Type: XSL  #Views: 361  Category: Article    

Analyze non-XML data with XSLT
This tutorial explores how to create string parsing routines in XSLT so that you can tokenize straight, non-XML text, thus turning that text into a series of XML elements. Specifically, this tutorial examines how to convert such documents as weblogs and Web configuration files into XML for improved readability and programmatic access.

Type: XSL  #Views: 400  Category: Tutorial    

MacTransform Documentation
In her Visual Quickstart Guide to XML for the World Wide Web (ISBN 0-201-71098-6), Elizabeth Castro remarked that she was looking for an XSLT processor for the Macintosh. I realized that Xalan, written in Java by the Apache Software Foundation, might provide just such a processor.

Type: XSL  #Views: 388  Category: Resource    

XSLT Projects
As of this publication date, I am using the Xerces2 Java Parser, Xalan-J Processor, and FOP .jar files in the $Classpath to run XSLT parsing examples. I found an excellent FO (Formatted Objects) resource that you may also find insightful for creating binaries such as pdf's.

Type: XSL  #Views: 413  Category: Article    

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    

XSLT Tutorials, Code Examples & Articles - Technology Tutorials ...
Don Box, Aaron Skonnard, John Lam This article assumes you re familiar with XML and XPath Level of Difficulty 1 2 3 Download the code for this article: Box0800.exe (32KB) Browse the code for this article at Code Center : Intro to XSLT SUMMARY The XSL Transformations (XSLT) specification defines an XML-based language for expressing transformation rules that map one XML document to another.

Type: XSL  #Views: 404  Category: Article    

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    

Web Developer: XSLT
Click-Ins are what I call little info windows which open up IN the text when a word is clicked and shut when the word is clicked again. This code shows you how to define a VOC tag in XSLT so that you can have users define vocabulary click-ins in their text.

Type: XSL  #Views: 412  Category: Example    

XSLT-lite examples
Some XSLT-lite examples:
1. Counter
2. JSP flow control

Type: XSL  #Views: 411  Category: Example    

Programmatically Apply XSLT in a Dynamic Java Application
Rate this item | 0 users have rated this item. Print Print. Programmatically
Apply XSLT in a Dynamic Java Application (cont'd). What is XSLT? ...

Type: XSL  #Views: 429  Category: Resource    

XSLT On Client Side
This article shows how to use XSLT on the client side to transform XML into HTML. More specifically, we'll look at the following examples:
  1. Associating Stylesheets with XML documents
  2. Simplified Syntax for XSLT Stylesheet
  3. Using JScript to Apply the Transformation
  4. XML Data Islands and XSLT
  5. Visual Basic .NET Client Application and XSLT

    Type: XSL  #Views: 524  Category: Article    

    Common XSLT Tasks – Part I (Transformation and Sorting)
    XSLT is a W3C specification (www.w3.org/TR/xslt), a declarative language, designed to transform a well-formed XML document into any other text format, such as XML, HTML, WML, SVG, and so on.

    XSLT supports the notion of "separating content from the presentation". Once content/data is available in XML document, various XSLT stylesheets can be used with the same XML document, to generate different outputs. XSLT processor then can be used to apply the XSLT stylesheet on the XML document. Popular XSLT processors include MSXML from Microsoft, Saxon by Michael Kay, Xalan by Apache, and Oracle XSLT processor.

    In this five-part article series, we'll present examples that illustrate some common XSLT tasks such as transforming XML, sorting, generating nodes, conditions and looping, recursion, and so on.

    In this first part, we'll see examples of transforming XML and sorting.

    Type: XSL  #Views: 573  Category: Article    

    XML, XSLT, and Oracle8i
    The XML Flight Finder fetches data about airline flights and customizes the results for the client device (PC, cell phone, PDA, etc.). Because it is built on the Oracle8i platform and leverages the Oracle XSQL Servlet, this sample application can submit SQL queries and define output formats using XML, XSL, and XSQL text files -- no Java programming is required, and there's no code to compile. The application is easy to build, customize, and maintain.

    Type: XSL  #Views: 351  Category: Resource    

    Prev Next
    1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
    16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    31 32 33 34 35 36 37 38 39 40


    Fans of "The Office"
    Dwight Bobbleheads are here!

      β€œIt's me! I'm the bobblehead! Yes!”



    Advertise on XMLPitstop

    Advertise on XMLPitstop


    EggHead Cafe
    Web Servicee development
    DotNetSlackers
    Discount ink
    it outsourcing
    online fax service
    UK conference call service
    chicago web design
    Registro de Dominios
    Domain Names
    Car News
    Versace sunglasses
    Video Surveillance
    Exchange Hosting

    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