GeekArticles
XML
Core XMLif ((OOP + FP + AOP) == XSLT 2.0) then 'Composable Language' else 'Try Again'
Author: oreillynet.com |
Published: 22nd Apr 2008 |
Visited: 46 times |
Add CommentFiled in: Core XMLSIDENOTE: @amike: The run was good while it lasted, eh? ;-) --- DonXml's All Things Techie : Mixing Object, Functional and Aspect Oriented Programming Within a DSL it would be cool if you could map its Nouns to Objects (described...
Read Article Sponsored Links
Related Articles
• Scala: A Scalable Language
In this article, which is based on Chapter 1 of the book, Programming in Scala, you'll get an overview of the Scala language and insights into its design.
...
• Performing XSLT Transformations inside the Database Performing XSLT Transformations inside the Database
Now that you have the employees XSL stylesheet stored in the database and the xmlusr schema is permitted to access the hr.employees table, you can create a script that will instruct the database to build an HTML page based on the data stored in...
...
• Transforming and Processing XML with XSLT Transforming and Processing XML with XSLT
In the preceding example, you transform XML into HTML directly in your script, wrapping the data extracted from the XML document into appropriate HTML tags. Alternatively, you might perform an XSL (Extensible Stylesheet Language) transformation to get the...