ActiveState have released two new IDEs for XSLT: a plug-in to Microsoft's Visual Studio .NET, and a Mozilla-based cross-platform IDE, Komodo.
Author: SSWUG Research
How to pass values into an XSLT stylesheet from ASP
By Trace C Wilson – A common question is 'how do I pass a value into a XSLT document'. In this example I will show you how we do it on VBXML.COM, explaining the different ways to pass values into the stylesheet.
XML Lifts The Burden Of Paper
Even in the electronic age, the legal profession is buried under paper. Now service providers are offering attorneys and courts ways to turn some of that paper into bits and bytes.
Stored Procedures: Returning Data
This article discusses three common ways to return data from stored procedures: OUTPUTing variables, temp tables and the RETURN statement.
SQL Server Full Text Search Optimization
by Tony Bain – Full text indexing is a great feature that solves a long running database problem, the searching of textual data columns for specific words and phrases in SQL Server databases. However, as the full-text search engine is a separate component of SQL Server (it uses the Microsoft Search
Top 10 Interview Questions When Hiring XML Developers
by Brian Buehling – As XML becomes more pervasive, hiring managers won't have to look very hard to find candidates claiming to have experience working on projects involving XML. Despite this trend, it is still not an easy task to find a truly skilled XML developer. This fact, combined with the i
Protecting the Middle
This XML-based approach lets you change stored-procedure parameters without affecting the middle tier, by Xenos J. Sroka.
XHTML Black Book
By Steven Holzner XHTML is a complete rewrite of HTML 4 in XML, the language you can use to structure data for the Web. Written by a master programmer, this in-depth book covers XHTML essentials including migrating from HTML 4 to XHTML, tags, using the W3C validation service, the skeleton, writ
Data Quality Software – FREE Trial Version
If accurate, usable information is important to you – and to your business – get the FREE trial version of the award-winning dfPower Studio software.
HOWTO: Retrieve XML Data by Using a SQL XML Query in an ASP Client
When you run an ADODB command stream and specify SQL SELECT with the FOR XML AUTO clause, an XML document stream is fetched from SQL Server, sent to the response object, and piped to the client.