XEML Home XEML: Executable Markup Language

 

 
 
 
PreviousNext

What is an XNode?

An XNode is an XML node full of programming metadata. Consider the following XNode sample for obtaining a list of people from a database.
<x:execute-sql>
<connection driver="com.mysql.jdbc.Driver" password="password" url="jdbc:mysql://some_host:3306/some_db" user="root" />
<statement returnrows="People/Person">select * from person where lname like concat('%',?,'%')</statement>
<param binddir="1" ref="srch_cri" type="Varchar2" />
</x:execute-sql>
This XNode would query the connection defined at the connection node, execute the select statement with the parameter referenced at the path srch_cri and return a nodeset of results at the path at People/Person .
PreviousNext
 

Overview

XEML Documentation will cover of the following areas:

  • The XEML Tutorial
  • The XEML FAQ
  • The XNode Reference
  • XNode Extension Guide

 

XNode Reference

The XNode Reference will include proper syntax, usage, and examples on all the XNode classes in the org.xeml package.

XNode Extension Guide

The XNode Extension Guide will show to write your own XNode class and all the internal APIs of the org.xeml package.

The eXecML Tutorial

The XEML Tutorial will be an online "wizard" like interface for the purpose of introducing XEML to new developers.

Documentors Wanted

Between architecting the project, writing the code, putting together this web site, and trying to make a living, I have had very little time to put compile all of this information.

Help Wanted!

 
 
msnbc.com: Top msnbc.com headlines
Holder calls Quran-burning plan 'idiotic'
Attorney General Eric Holder calls the planned burning of the Quran at a Florida church "idiotic and dangerous." Pastor says the Sept. 11 protest is on, but he's praying about it.

Email this Article Add to Newsvine

Pastor - Eric Holder - Florida - Attorney general - United States
High winds fuel fires across Detroit

Flames engulf a home on Detroit's east side Tuesday. Fire officials say flames have swept through at least two dozen homes in Detroit, fanned by strong winds that are toppling power lines across the city.Detroit fire officials said nearly 20 fires broke out in the city late Tuesday afternoon.




Email this Article Add to Newsvine

Detroit - United States - Michigan - Metro Areas - Detroit Metro
NYT: Obama will not extend tax cuts to wealthy
President Obama will rule out on Wednesday any compromise that would extend the Bush-era tax cuts for the wealthy beyond this year, officials said.

Email this Article Add to Newsvine

Barack Obama - United States - Tax cut - President of the United States - President
 

HomeDocumentationDownloadForum | Administer

LoginUsernamePassword