Hi everyone, This is still not completely ready yet, but it shows the concept. It's an example of using XRules and DynamicDOM to control the behavior of HTML ...
Hi everyone, I'll be attending the W3C XML Schema workshop in Redwood Shores, CA on June 21st and 22nd. If you're attending too and would like to meet, let me ...
If there any method of achieving conditional rulesets presently? I am aware that it is in the features around the corner. I tried using XPath like queries...
Leon, For something that works today, until conditional rulesets are added, try modifying your rule to use the iif() function as follows. <xr:ruleset...
Pat, This is an interesting area for further work and discussion. The general concept of using multiple files (or other XML sources) is described under the...
Hi everyone, I just uploaded a new updated version of the "XRules Features around the Corner" with exciting new ideas and planned updates. The most interesting...
Hi, I am really interested in this product, however, it looks as if tech support might be an issue. Is there any way we could get the source-code, or buy it? ...
Hi Kurt, Thanks for your interest. A lot of work is being done right now to clean the source code and implement new features. And the plan is to make the ...
Hi everyone, This is to keep you updated with the current activities on XRules and DynamicDOM. The last one and a half months were mostly focused on cleaning ...
Hi everyone, I just uploaded the latest version of the DynamicDOM (version 0.43.2) with examples and documentation to the Files section of this group. This is ...
Hi everyone, I'm planning to change the message archive of this group from private to public in the next few days to make it easier for others to read the ...
Hi everyone, The source code for the DynamicDOM is finally out. It took a lot of work to simplify the code and make it clean and presentable. This is version ...
Hello. I just wanted to say that this is a really great XML rules library. I had already kind of made my own and then decided as requests were getting more...
Mike, Thanks for your nice words. The business rules space is quite large and there are different tools and languages depending on what you need. You could...
Mike, One thing to keep in mind when using the <calculate> rule is that the DynamicDOM will try to bring the values of the XML nodes to a stable state by...
I find myself needing to document the XRules. So maybe a < documentation> tag in the XRules XML Schema? Also do you have a XSLT to "prettify" the rules so they...
The plan for documentation elements is to follow the same approach that RelaxNG uses: to use documentation and annotations from other well-defined namespaces...
Hi everyone, I wanted to let you that I'm maintaining the latest source code of DynamicDOM on www.tigris.org. It's an online community and repository for open...
Hi everyone, I just completed updating the DDOM to accept Dublin Core and XHTML annotations in XRules documents. In fact, you can use any type of annotations...
Wow this is great I like the documentation. I was just asking you about this! Great timing. I had a thought I'd like to share. I think it would be helpful to...
That's a fair requirement. It's probably very useful for many applications to be able to assign a severity level to rules. There is no support built in right...
Hi everyone, This is to announce the latest new feature: Rule Categories. The updated source code is available at http://dynamicdom.tigris.org/ Rule categories...
Hi everyone, In addition to the Rule Categories feature, the latest update at http://dynamicdom.tigris.org/ includes the implementation of rule IDs. This...
This is great news! As you know I have been wanting this and will put it to good use. I will let you know how it works out. Right now though I am unable to...
Opps, sorry for that. "CategoriesList.cs" is checked in now. Waleed ... From: xrules@yahoogroups.com [mailto:xrules@yahoogroups.com] On Behalf Of mike61079 ...
... Your rule is correct except that, unfortunately, XPath does not do string comparison; it tries to convert the values to numbers first. But, there is a...
... XPath 1.0 is limited to this, XPath 2.0 supports the 19 primitive types defined by XML Schema. I believe the only XPath 2.0 implementation for .NET is...
Rather than start a new topic each time, I figure one topic with a dialog might prevent cluttering up the main page with lots of topics. Naturally, the list...
Sure, you can do string operations with the <calculate> rule. It's not limited to numeric operations. In fact, all the rules in XRules use XPath as the...