TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Stylus Studio 2008 XML Enterprise Suite Release 2 (exe)
- Stylus Studio 2008 XML Enterprise Suite is comprised of a multitude of XML tools all in one feature packed XML editor. Build XML-enabled Java applications using Stylus Studio 2007 XML Enterprise Suite's JSP Editor, XML-Java debugger, and other Java XML applications. Stylus Studio's XML Editor also provides in depth XSLT...
- Software downloads 2008-05-04
Additional Resources
- The XSLT Profiler Add-In for Visual Studio 2008
- This paper is a tour of a quick and reliable performance analysis profiler tool that assists in the development and debugging of XSLT documents. The XSLT Profiler allows developers to measure, evaluate, and target performance-related problems in XSLT code by creating detailed XSLT performance reports. The XSLT Profiler includes a...
- White papers 2008-01-01
- New XSLT 2.0 features every application developer should know
- XSL Transformations (XSLT) Version 2.0 is now a recommendation of the World Wide Web Consortium. The question that comes to mind is--what does it mean that XSLT 2.0 is now a recommendation? Simply, it means that XSLT 2.0 is figuratively etched in stone and that those people that write XSLT...
- Download resources 2007-03-13
- Rapid XSLT (zip)
- Rapid XSLT tackles the problem of XSLT verboseness by implementing a software solution dubbed "accelerated programming". It has one main aim, which, as the name suggests, is to accelerate the writing of XSLT code. Code can be written using accelerators or a shorthand notation (currently limited).
- Software downloads 2005-07-01
- XSL to XSLT Converter (exe)
- The xsl-xslt-converter.xslt style sheet updates Microsoft Internet Explorer 5 XSL style sheets to XSLT-compliant style sheets. The XSL to XSLT Converter Version 1.1 upgrade is compatible with the MSXML 3.0 and 4.0 releases and enables you to take advantage of the new XSLT features included in the release. Running MSXML...
- Software downloads 2007-09-17
- A Focus on XSLT 2.0: Understanding the Development and Business Benefits
- This paper discusses the power of XML transformation and navigation as it relates to benefits for developers and corporations. As such, the paper focuses on the most recent additions to XSLT as outlined in the W3C's XSLT 2.0 working draft and the relationship of XSLT 2.0 with its sublanguage, XPath...
- White papers 2004-10-22
- Practical application: Put XSLT 2.0 to work for you
- Where is the debugger?XSLT still fails on 2 points for me, despite the hype. The first point is the lack of a robust debugger. It would be so much easier if I could simply "step" through the transformations and see why my rules don't match. Anybody know...
- Discussion threads 2007-04-26
- Five XSLT 2.0 Features That Simplify XML Document Transformations
- XSLT is a powerful language that has been widely used to transform XML documents. However, XSLT in its current 1.0 version has limitations that can make writing stylesheets difficult and complex. This paper describes five new features in XSLT 2.0 that will help overcome these limitations. The five features discussed...
- White papers
- XSLT 1.0: How XSLT Works
- XSLT is a language for transforming XML documents. The XSLT processor is concerned with three XPath data model trees: the source tree, the stylesheet tree, and the result tree. The stylesheet and source trees are fed to the XSLT processor, which then produces the result tree. The document, or root,...
- Book chapters 2005-08-01
- XSLT Samples Viewer 1.0 (exe)
- The Extensible Stylesheet Language Transformations (XSLT) Samples Viewer 1.0 is a visual, interactive learning tool that provides sample XSLT style sheets for XSLT elements and functions, as well as XPath functions. For each element or function, the viewer provides a common XML document and an XSTL style sheet. To see...
- Software downloads 2007-08-30
- Reduce frustration with XSLT 1.0 and SQL by employing an innovative approach
- When it comes to solving problems with XSLT 1.0, an innovative, out-of-the-box approach is often necessary. Here are two occasions where the solution to a troublesome problem involved an approach out of the ordinary. Despite its overall power, XSLT 1.0 can be a terrific source of frustration...
- Download resources 2006-05-23
- Debugging and Tracing XSLT Transformations in MSXML 4.0 and .NET
- This webcast will introduce a sample architecture that can be used to implement wrapper classes for the MicroSoft XML Core Services 4.0 (MSXML 4.0) eXtensible Stylesheet Language Transformations (XSLT) processor APIs to trace XSLT transformations in development, test, and production environments. This is a powerful feature that can be used...
- Webcasts
- XSLT Cookbook: Querying XML
- This paper covers recipes for using XSLT as an XML query language. Querying XML means extracting information from one or more XML documents to answer questions about facts and relationships occurring in and among these documents. By analogy, querying an XML document involves asking the same types of questions of...
- Book chapters 2005-11-21
- Reduce frustration with XSLT and SQL by employing an innovative approach
- Your XSLT lessonsThe downloadable version of this article is available here:http://techrepublic.com.com/5138-3513-6075559.htmlWhat major frustration with XSLT have you overcome in your application development? What lessons have you learned that you can share with the rest of TechRepublic?
- Discussion threads 2006-05-23
- EditiX (exe)
- EditiX is an XML editor and XSLT debugger designed to help Web authors and application programmers take advantage of the latest XML and XML-related technologies such as XSLT/FO, DocBook, and XSD Schema. EditiX provides users with an extensive range of XML functionality within a refined IDE that guides you with...
- Software downloads 2006-09-05
- Practical application: Put XSLT 2.0 to work for you
- XSLT 2.0 is no longer just a theoretical standard. With some readily available free tools you can put the power of XSLT 2.0 to work for you in your normal application development. Edmond Woychowsky shows which tools to get and how it all comes together in practice. The download contains...
- Download resources 2007-04-24
- Stylus Studio 2008 XML Professional Suite Release 2 (exe)
- Stylus Studio 2008 XML Professional Suite is an XML editor for working with XML, XQuery, XSLT, XML schema and DTD, XPath, SQL or XML, HTML and XHTML, Java, XML mapping, data integration, and Web services. Stylus Studio 2008 XML Professional Suite includes support for XSLT 2.0, a new XML schema...
- Software downloads 2008-05-04
- XSLT-Friendly XML: Generating Structured XML From SAS Data
- The XSLT language can be used to transform XML into desired web output, but it sometimes requires more highly structured XML than the default produced by the SAS XML engine. This paper presents a macro that can be used to impose greater structure on XML produced from SAS data, making...
- White papers 2006-02-28
- Process and parse XML with ease using Jakarta Digester
- Re-inventing the wheel?Why not just use XSL transformations with its built-in support for XPath?Seems to be more of an OR mapperthan anything else, agreed XSLT is a far better option for xml to xml.visual mapping is match easeFor small xml docs much ease to visualy map xml to xml, use...
- Discussion threads 2007-01-25
- Using XSLT in Adobe FrameMaker 7.2
- The combination of Adobe FrameMaker, XML, and XSLT provides a powerful and flexible platform for authoring and publishing a wide variety of content, from manuals or maintenance documentation to research reports. This white paper focuses on the XSLT features of FrameMaker 7.2, which extend the core XML authoring capabilities of...
- White papers 2006-05-07
- << Previous
- page 1 of 1
- Next >>