(Oleg Tkachenko) When you create new XSLT stylesheet in Visual Studio via project (Add/New Item) or globally (File/New/File aka Ctrl+N), you start with template content. This template is changing in every new Visual Studio version, probably because every new generation of developers working on XSLT
Tag: JSON / JAVA / XML
Announcing the XSLT Profiler Addin for VS 2008
(Irinel Crivat) XML Tools team has released the XSLT Profiler Addin for VS 2008 – a quick and reliable performance analysis profiler tool that assists in the development and debugging of XSLT documents. The XSLT Profiler Addin for VS 2008 allows developers to measure, evaluate, and target performanc
Gleaning Information From Embedded Metadata
(Brian Sletten) One of the fundamental visions of the semantic web is the ability to provide improved technologies for machine-processable data. The current web is a swell place for people, but absent a series of open, global standards for metadata, it is difficult to imagine the interoperability ne
XQuery creates HTML including images
(Marc Van Cappellen) This is the fourth post in the series XQuery generating multiple documents. Today we show how to create an HTML document referencing JPEG files through XQuery. The DataDirect XQuery built-in function ddtek:serialize-to-url is used to save the JPEG images.
Ruby, Ramaze and XSLT Templates
(Brett Alistair Kromkamp) In this post we will take a look at how to configure Ramaze to use an XSLT templating engine. More importantly, we will implement a layout template to generate the overall visual layout of the site which in turn ‘calls’ action-specific templates.
SQL 2005 XQuery Modify
(chrishayuk) I stumbled across this issue today. Simply I want to update all rows within my xml, where Organisation=”Default”, and replace it with the default organisation id.
The Convergence of Web 2.0 Mashups and SOA
(Rakesh Saha) Enterprise mashups – the convergence of Web 2.0 mashups and service-oriented architecture (SOA) – can create a world of opportunities for enterprises to come up with internal and customer-facing self-service, composite and “situational” applications. These applications can be created j
XML and its alternatives
(Daniel Ehrenberg) I started writing Factor’s XML parser thinking that its purpose was to interface with legacy protocols which made the mistake of choosing XML, and that the people at the W3C were a bunch of idiots for pushing such a bad, unoriginal format on innocent programmers who would do bette
Loading XML into Flash CS3 ActionScript 3
(Dan Zen) The Falcon class lets you load XML into Flash in Three easy steps. (See Examples for other things Falcon can do). –Make a Falcon object and tell it the URL of your XML and specify that the data is XML_DATA –Set an addEventListener to capture Event.COMPLETE to run a function when loa
Aggregate RSS and Atom information using XQuery
(Martin Brown) XQuery makes it much easier to merge and filter information from XML documents when you embed the filtering instructions right into the document that you use to generate the output format. You can use that functionality to aggregate information from RSS and Atom feeds into the format
