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


Articles

 ADO.NET (138)  Pattern (3)  WebDAV (17)  XMLHTTP (3)
 Database (34)  RDF (28)  WebService (230)  XMPP (9)
 Debugging (29)  RSS (29)  WML (95)  XPath (78)
 DIME (14)  SAX (56)  WSDL (80)  XPointer (12)
 DOM (56)  Schema (45)  XAML (5)  XQL (24)
 DTD (23)  SMIL (38)  XBRL (64)  XQuery (72)
 ebXML (56)  SOA (9)  XForms (92)  XSchema (30)
 Flash (12)  SOAP (136)  XHTML (111)  XSL (423)
 Humor (1)  SQL (16)  XLL (1)  XSL-FO (29)
 Java (76)  SQLXML (142)  XML (779)  XSQL (6)
 MathML (11)  SVG (56)  XML.NET (86)  XUL (13)
 Oracle (29)  VoiceXML (82)  XMLA (2)

Total Articles: 3,380

 


xsl Articles
Prev Next
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
16 17 18 19 20 21 22
 
15 Seconds : Article Index
This part explains how to make use of XSLT Extension objects and invoke aC# class method from an XSL stylesheet. [Read This Article] [Top].

Type: XSL  #Views: 236  Category: Article    

XML Matters: Transforming DocBook documents using XSLT
In particular, you might benefit from looking through the more complete XML and XSLT examples in this article's archive file. Stay

Type: XSL  #Views: 251  Category: Article    

Creating page link buttons with XSLT
In this article, I have used C# only to pass an argument to XSLT parser, but XSLT parsers exist in various programming languages and platforms.

Type: XSL  #Views: 385  Category: Article    

Generic Template
This one is at least as important (if not more) than the first article on functional programming in XSLT. I think it will be most useful for people, who are interested in further understanding and using FP in XSLT.

Type: XSL  #Views: 318  Category: Article    

Moving Home: Portable Site Information
One common use of XML is to provide data for template-based web pages created with XSLT. However, XML can be used to model the actual structure of a web site too. Portable Site Information is a project to develop an XML abstraction for template-based web sites, to allow their migration between site development frameworks such as NetObjects or Cocoon.

Type: XSL  #Views: 353  Category: Article    

XML.com: Shortening XSLT Stylesheets [Jun. 11, 2003]
XML.COM article about XSLT 2.0 by Evan Lenz. Do you have other ways of keeping XSLT readable? Share them with other readers in our forum.

Type: XSL  #Views: 277  Category: Article    

XPathScript: An Alternative To XSLT
XPathScript is a stylesheet language for transforming XML documents into other formats. It has only a few features, but by combining those features with the power and flexibility of Perl, XPathScript is a very capable system. Like all XML stylesheet languages, including XSLT, an XPathScript style sheet is always executed in the context of a source XML file. In many cases, the source XML file will actually define which style sheets to use via the <?xml-stylesheet?> processing instruction.

Type: XSL  #Views: 367  Category: Article    

Sort Dates With XSLT
XSLT 1.0 doesn't let you sort dates using the xsl:sort tag. This can present a problem because dates frequently play an important role in various applications. For example, XSLT doesn't let you sort the Customer nodes based upon the data contained within the CustomerSince nodes in this XML document.

Type: XSL  #Views: 406  Category: Article    

More PHP, XML and XSL for Wireless Content
In this article, Jason will demonstrate how to use PHP with XSL to manage your XML data in numerous wireless technologies.

Type: XSL  #Views: 285  Category: Article    

Translating RSS with XSLT
Laurent Kempé 6/27/2003 2:39 AM. re: Translating RSS with XSLT. The article has been published on DotNetJunkies now. Link Here # Jeff Julian 7/2/2003 12:32 PM.

Type: XSL  #Views: 409  Category: Article    

XSLT and XPath Specification Links
The W3C's main Extensible Stylesheet Language Transformations (XSLT) jumping-off point is located at http://www.w3.org/Style/XSL/. This page contains a great deal of information on XSLT and XPath, including updates, tutorials, and helpful software.

Type: XSL  #Views: 368  Category: Article    

Build an XML/XSLT driven Website with .NET
With the UIEngine done, next is the creation of the Web pages. There are at least two different methods we could use to accomplish this task. The defaut is to create Web Form aspx page and handle the rendering in the Load event. The new class is derived from System.Web.UI.Page and the Load event is handled by a method called Page_Load. In the source code you'll find an example of such a page, author.aspx, although it is disabled and not used.

Type: XSL  #Views: 410  Category: Article    

Transform your PHP with XSLT
NOTE: The XSLT functionality in PHP that is covered in this article was introduced with PHP 4.1.0. PHP saw several experimental revisions of its XSLT module

Type: XSL  #Views: 255  Category: Article    

xmlhack: XSLT experts petition against script element
XSLT experts petition against script element. 08:10, 1 Mar 2001 UTC | Eric van der Vlist. The whole point of using XSLT is to transform XML documents.

Type: XSL  #Views: 357  Category: Article    

XML.com: Article Archive by Topic
Axis Powers: Part Two. By Bob DuCharme Part one of this series introduced the role of XPath axes in XSLT. This article explains the remaining axes and shows how

Type: XSL  #Views: 389  Category: Article    

lf156, Applications: An Introduction to Perl's XML::XSLT module
Conclusion. There is much more to both XSLT and the XML::XSLT module. This short article is just to give an introduction to the module.

Type: XSL  #Views: 400  Category: Article    

XML Transformation - are you scalable as you could be?
Here's a secret - if you want scalability - check out XML, XSL and XSLT Processors. What's a XSLT Processor? It's an idea that makes rendering XML and XSL a breeze. And guess what? Microsoft's .NET provides a class, XSLTransform, that's going to make your life a breeze. Pretty sweet, eh? What's fantastic about XSL Transform is that you can output all of your content (data, links, frequencies, etc.) into XML, then transform it into whatever you desire (text, html, xml, aspx) using XSL.

Type: XSL  #Views: 402  Category: Article    

Shortening XSLT Stylesheets
XSLT is often considered to be too verbose. As stylesheet code grows, it tends to be unreadable. This is not a fate stylesheet authors have to accept. There are some strategies to keep your XSLT code short. This article proposes some ways of shorten stylesheets without loss of functionality, and throws a glance at XSLT 2.0 user defined functions.

Type: XSL  #Views: 354  Category: Article    

More on advanced XSLT usage
I found this old article by Jason Diamond via Leigh Dodds. The article describes the same technique I was referring to in a previous entry. The article refers to an even older article by Eric van der Vlist describing the same technique.

Type: XSL  #Views: 469  Category: Article    

XSLT as secret weapon?
The Sun-Netscape Alliance, Microsoft, IBM, and Oracle are all listed among the vendors hoping to push XSLT into their products and into common use. All of these vendors (save Sun) have existing support for XSLT, and the Sun-Netscape Alliance is adding XSLT to its iPlanet application server in version 6.0.

Type: XSL  #Views: 367  Category: Article    

Prev Next
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
16 17 18 19 20 21 22


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
HP Printer Ink Cartridges
conference calls
online fax
conference call
chicago web design
Alojamiento Web
Web Hosting
Security Camera
brand names sunglasses
Video Surveillance
VoIP Internettelefonie

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