in reply to Re: XML::Rules Parsing Order
in thread XML::Rules Parsing Order
Is there a way to always have parent_tag to be parsed first?E.g., maybe you're inserting parent/child records into the database, and in order to maintain referential integrity, you need to insert the parent records first. Assuming that all parent-specific data is available in the attributes of the parent tag, this would be possible with a start rule on the parent tag. That's one reason why I might want to...as to why the OP wants to, I wouldn't know :-)Doesn't look like it. But why would you want to?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XML::Rules Parsing Order
by BrowserUk (Patriarch) on Feb 09, 2015 at 19:59 UTC | |
|
Re^3: XML::Rules Parsing Order
by feiiiiiiiiiii (Acolyte) on Feb 09, 2015 at 20:05 UTC | |
by runrig (Abbot) on Feb 09, 2015 at 21:30 UTC |