SCXML and data structures

2008-08-18 Thread Anna Klisiewicz
Hi, Is it possible to initialize data structures like stack or queue as elements of in SXML code? Thanks, Anna

Re: [JXPATH] getting Containers in iteration (additional info)

2008-08-18 Thread Harald Finster
Dear Matt, dear list-members, thank you very much for your kind reply. Matt Benson wrote: > Remember that JXPath more or less exposes the Java > object graph as an XML document, so the rules it uses > to do so may seem somewhat arbitrary. yes, that's clear. I had (little) hope, that this arbit

Re: [JXPATH] getting Containers in iteration (additional info)

2008-08-18 Thread Matt Benson
--- Harald Finster <[EMAIL PROTECTED]> wrote: > Hello again, > > I would just like to add an other observation: > > If I add > Map map ; > to my 'Book', I get the 'expected' result for the > map property , > i.e. iterating with "/*" as XPath results in the > following: > > title = "Book

[betwixt] PropertySuppressionStrategy : filter based on previously class explored

2008-08-18 Thread Auboiron Cédric
Hello, I need to specialize the strategy of supression of elements in fonction of the different previous element that have been explored. I try to use a PropertySuppressionStrategy but we just have access to the current element. Here is an example of code : Class class public cl

Re: read java.util.Properties from XML with digester

2008-08-18 Thread Simon Kitching
mnereson schrieb: Anyone know how to read XML content to java.util.Properties? Input would be something like value value value I need to have a Properties entity with three keys (propertynameA, propertynameB, propertynameC) and three values (value, value value) I can fi