Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > [ANN] DynamicDOM APIs for XRules Business Rules

Reply
Thread Tools

[ANN] DynamicDOM APIs for XRules Business Rules

 
 
Waleed Abdulla
Guest
Posts: n/a
 
      06-01-2005
This is to announce the first public version of the DynamicDOM APIs along
with a tutorial and sample code.

The DynamicDOM is an extension of the DOM with the ability to enforce and
execute XRules business rules. With the DynamicDOM you can load your XML
purchase order, attach your business rules document to it, and then update
the ItemQuantity node just to find that the SubTotal, Tax, and GrandTotal
nodes get updated automatically based on the rules you specified.

A tutorial and C# code is available for download from:
http://www.xrules.org/


The DynamicDOM extends the DOM by adding new APIs for managing XRules
documents, editing Infoset properties, and capturing DynamicDOM events. The
API set is simple and easy to learn. For example, to apply XRules to an XML
document all you need to do is:

myXml.XRulesDocuments.Add("myXRules.xr");

That's it; the rules are applied, some XML nodes have new values now, and
some validation errors are already in the Errors collection. Have fun.

Regards,
Waleed Abdulla
http://www.xrules.org


About XRules:
XRules is an XML business rules language that expresses constraints,
calculations, interdependencies, and properties that describe and exist
among elements and attributes of an XML document. XRules can be used to
validate business rules in an XML transaction, attach metadata to the XML
Infoset, or add dynamism to XML by using the DynamicDOM.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using Business Rules Table sck10 ASP .Net 5 08-28-2006 05:38 PM
rules for Cisco PIX 525 firewall rules KAS Cisco 2 10-02-2005 07:12 PM
EJB - integrity (business) rules implementation (like unique) hab Java 3 03-18-2005 01:52 PM
Business Rules & Referential Integrity Paul Johnson ASP .Net 0 11-20-2004 04:41 PM
Complex validation of business rules possible with XML Schema? Any other validation "languages"? Mike XML 1 11-21-2003 07:27 PM



Advertisments