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
 
Building Practical Solutions with EXSLT.NET
Oleg Tkachenko shows how to make XML programming easier and to boost your productivity using XSLT and XPath extensions, provided by the EXSLT.NET library.

Type: XSL  #Views: 800  Category: Article    

Tie in data with Web services and XSL Transformations
In Part 5 of this tutorial series on analyzing data with XSLT, the MindMap Research Team decides to tie their data in with other services, pulling information from Amazon Web Services in response to information unearthed in the analysis. Web services provide information in XML, but it's rarely in the form that you want it, so this tutorial explains how to create an application that not only retrieves the Amazon data but also transforms it into XHTML and outputs it to the browser. The stylesheet shows how to pull XML information from multiple sources within a single transformation and also includes a device that alerts developers when Amazon changes the Web service, since changes in the feed can break the application.

Type: XSL  #Views: 768  Category: Article    

Extending XSLT
Yesterday I commented about XQuery moving forward in favor of XPath 1.0 and XSLT 1.0. Whether this is a good thing or not, Oleg Tkachenko has written a fine article concerning the XPath and XSLT extension, provided by the EXSLT.NET library.

Type: XSL  #Views: 1290  Category: Article    

Using XSLT on Bioinformatic XML Data
For the biologist, the bioinformatic analysis of genes requires the compilation of tables of gene characteristics. To do this, data is often taken manually out of databases in an ad hoc fashion. Different databases (TIGR, MIPS, BLAIR, and NCBI, for example) give different outputs in different formats. We would like to be able to extract information from the databases in a common, structured file format in a way that allows for easy rearranging and processing of the data.

Type: XSL  #Views: 1414  Category: Article    

XSLT and ColdFusion
ColdFusion MX offers a simple and easy way to unleash the power of XSLT for manipulating your XML data. Here's how. From Web services to news and blog data feeds to configuration files, XML is everywhere these days.

Type: XSL  #Views: 1932  Category: Article    

Convert XML To an Excel Spreadsheet Using XSL
Use ASP.NET and a generic XSL file to convert any XML data into an Excel spreadsheet. This generic XSL can be used to present XML reports to users in Excel via their web browser.

Type: XSL  #Views: 1760  Category: Article    

New XML schema: PARSOL Planning Land Use Monitoring
A new e-Government schema has been developed as part of the Planning and Regulatory Services Online (PARSOL) Project and has been designed to provide a standard for planning application monitoring data (used to monitor land use against local and national plans and policies).

Type: XSL  #Views: 615  Category: Resource    

XSL-FO and WordML
I am not sure how I missed this, but CambridgeDocs, makers of a product for aggregating content and managing its publication through a variety of channels, released a WordML/XSL-FO converter that makes Word 2003 documents more easily consumable for their system (see http://www.cambridgedocs.com/pr_06_22_2004.htm for more info). I thought this quote from their press release was key:

Type: XSL  #Views: 734  Category: Resource    

XSLT Tutorial
This is a beginner's tutorial on XSLT and XML. Selecting a structure for your data in XML is completely arbitrary. You can represent the same data in several different ways. Below is XML that represents the same data four different ways. The XML represents a Census record. A Census record has a country, a year, a small size, and a large size. This information can be represented by elements or elements and attributes.

Type: XSL  #Views: 2102  Category: Tutorial    

XSLT FAQ
This is a small list about the XSLT FAQ.

Type: XSL  #Views: 362  Category: FAQ    

Refactoring with XSLT and JavaScript
Refactoring a Web-based order entry page with 3,000 lines of VBScript and HTML wasn't easy. But with a bit of XML, XSLT, and a liberal dose of JavaScript, our author got the page down to half its size.

Type: XSL  #Views: 602  Category: Article    

XSL to improve web print support
XSL (Extended Style Sheet Language) is used to define the layout of XML documents in a presentation medium such as a web browser window or a printed page. XSL includes the transformation language XSLT, which converts XML into formats such as HTML, PDF and Braille, or into other XML formats such as typesetting languages.

Type: XSL  #Views: 606  Category: Resource    

eXSLT to the rescue
XSLT is extremly powerful but limited in many important ways. For example, it lacks basic date handling functions. I recently ran into this problem when I was trying to format an RSS feed for my home page. Luckily, eXSLT solves many of these problems. Even better, there is a .NET implementation on GotDotNet Workspaces.

Type: XSL  #Views: 513  Category: Resource    

Tricky XSLT optimization
Perhaps some tricky implementation of XSLT could figure out if a stylesheet is streamable and switch to a streaming strategy.

Type: XSL  #Views: 845  Category: Resource    

Antenna XSL Formatter Lite released
Antenna House released first lite version of their famous XSL Formatter (XSL-FO to PDF). It's much more cheaper than full version (only $300 for Windows version), but has a bit annoying (at least for me) limitations:

Type: XSL  #Views: 524  Category: Tool    

An Interview with Michael Kay
Michael Kay is the author of Wrox press's "XSLT Programmer's Reference," the standard reference work on XSLT, and the editor of the W3C's XSLT 2.0 specification, which is currently in Working Draft status. His Java-based Saxon XSLT processor is one of the most successful and popular XSLT processors in the language's history. The branch of Saxon supporting XSLT 1.0 is currently at release 6.5.3, and regular readers of this column will know that the 7.x branch of Saxon has been implementing more and more support for XSLT 2.0.

Type: XSL  #Views: 379  Category: Article    

Get (free) XSLT intellisense in VS.NET
This is not really a new trick, I must say up-front. In order to have intellisense on XSLT documents you must copy this XSLT schema file into the folder C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\schemas\xml. Restart the IDE and you're done. Enjoy!

Type: XSL  #Views: 531  Category: Resource    

Discover the Wonders of XSLT: XPaths
This is Part 2 of the developer.com introduction to XSLT. The first part was about tools and the basic syntax. I recommend you read it first.

Type: XSL  #Views: 552  Category: Article    

Discover the Wonders of XSLT: Workflows
This article concludes the introduction to XSLT at developer.com. In the previous four articles, the series has covered the essentials of XSLT coding. The final article moves to more advanced subjects such as working with functions and multiple files.

Type: XSL  #Views: 441  Category: Article    

XSLT as an analysis tool
XSLT is meant to change the form of XML, but you can also use it to perform analysis. In this tutorial, the second in a series, the MindMap team creates a system that enables them to pass parameters that not only determine the properties to analyze but also change the desired criteria using Web-based forms. And because it's all in an XSLT stylesheet, the team can change the algorithm or output without recompiling the application.

Type: XSL  #Views: 513  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 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
Hosting España
Dedicated Servers UK
audio conference
halloween mask
optimum triple play
Acti IP Security Cameras
Calvin klein sunglasses
Video Surveillance
Skype vs. sipcall

2,881 Total Members
17 members(last 30 days)
6 members(last 7 days)
0 members(today)

1,919 Total Discussions
8 Posts(last 30 days)
7 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,070 Total Resources
7 Resources(last 30 days)
5 Resources(last 7 days)
0 Resources(today)


 

David Silverlight's XMLPitstop.com| 2801 Florida Ave #225|Miami, FL 33133|Ph:305-447-1139