Search the web
Sign In
New User? Sign Up
xrules · XRules & DynamicDOM
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26 - 55 of 74   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26
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...
mike61079
Offline Send Email
May 29, 2006
10:45 pm
27
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...
Waleed K. Abdulla
waleed_ka
Offline Send Email
May 30, 2006
1:33 am
28
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...
Waleed K. Abdulla
waleed_ka
Offline Send Email
May 30, 2006
9:09 pm
29
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...
mike61079
Offline Send Email
Jun 1, 2006
4:55 pm
30
The plan for documentation elements is to follow the same approach that RelaxNG uses: to use documentation and annotations from other well-defined namespaces...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Jun 1, 2006
9:02 pm
31
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...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Jun 6, 2006
7:43 am
32
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...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Jun 6, 2006
8:26 am
33
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...
mike61079
Offline Send Email
Jun 7, 2006
5:45 am
34
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...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Jun 7, 2006
9:16 pm
35
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...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Jul 2, 2006
9:42 am
36
Hi everyone, In addition to the Rule Categories feature, the latest update at http://dynamicdom.tigris.org/ includes the implementation of rule IDs. This...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Jul 2, 2006
9:51 am
37
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...
mike61079
Offline Send Email
Jul 3, 2006
4:50 pm
38
Opps, sorry for that. "CategoriesList.cs" is checked in now. Waleed ... From: xrules@yahoogroups.com [mailto:xrules@yahoogroups.com] On Behalf Of mike61079 ...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Jul 3, 2006
10:37 pm
39
Imagine a truck delivery schedule. Suppose xml is: ... <schedule> <leg> <depart>08:00</depart> </leg> <leg> <arrive>08:45</arrive> <depart>10:00</depart> ...
johnbrockus
Offline Send Email
Sep 16, 2006
4:14 pm
40
... 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...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Sep 16, 2006
5:34 pm
41
... 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...
David Carver
d_a_carver
Online Now Send Email
Sep 17, 2006
1:57 am
42
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...
johnbrockus
Offline Send Email
Sep 20, 2006
6:09 am
43
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...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Sep 21, 2006
2:54 am
44
It appears that the NodeTracker is a static class with a static ParticleList as its collection. If you attempt to use DynamicDom in a webserver environment...
voxdog69
Offline Send Email
Dec 15, 2006
5:27 am
45
You raise a good point. I just finished implementing a fix and uploaded it to the repository at http://dynamicdom.tigris.org/ . I changed NodeTracker to be a...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Dec 23, 2006
12:54 pm
46
The last repository update also includes upgrading the projects to .NET 2.0 and VS 2005 format. http://dynamicdom.tigris.org/ Regards, Waleed...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Dec 23, 2006
1:05 pm
47
Excellent. I'll try it out asap and let you know if there's any issue....
voxdog69
Offline Send Email
Dec 23, 2006
8:50 pm
48
To begin -- XRules is some very useful and cool stuff! I used TortoiseSVN to get the latest source from tigris.org and compiled (I use VS 2005 and was...
w1lls1d
Offline Send Email
Jan 5, 2007
6:04 pm
49
I don’t believe that these warnings are an issue. Most of them are complaining that types and interfaces under the Microsoft.Vsa namespace are obsolete. This...
Waleed Abdulla
waleed_ka
Offline Send Email
Jan 5, 2007
6:36 pm
50
Hi, If you want calculate some fields and set result into another xml element but you don't know that all tag has it. You can use this XRule. My XML data : ...
radobject
Offline Send Email
Jan 14, 2007
3:25 am
51
Hi, I have a question about How I can control email,phone,... format with XRule. <Contact> <Phone>+98-21-2222222</phone> <Email>Radobject@...</Email> ...
radobject
Offline Send Email
Jan 14, 2007
3:26 am
52
Hi, I have this XML file : ... <Part> <ID>1</ID> <FLN ID="F051601001">ÂÓãÇä ÂÈ</FLN> <FLN ID="F051601002">3400</FLN> <FLN ID="F051601003">40</FLN> ...
radobject
Offline Send Email
Jan 14, 2007
3:27 am
53
Hi, Thank you about XRule,It is so usefull Rule Management. I have problem with XmlAttribute like this: <FLN ID="F051601004" SUM=""> <CFLN ID="1">10</CFLN> ...
radobject
Offline Send Email
Jan 14, 2007
3:30 am
54
Hi Sassan, You found a correct solution. Another way you can use is to create your rules as follows: <xr:ruleset...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Jan 14, 2007
5:41 am
55
You can use the regex attribute of the <bind> rule to select a regular expression to match your format. Here is an example I made up. You can find excellent...
Waleed K. Abdulla
waleed_ka
Offline Send Email
Jan 14, 2007
5:53 am
Messages 26 - 55 of 74   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help