Hi,

I have a HashMap-based java bean that I'm trying to populate from an XML
file. Now, the only accessors java bean exposes are get(String) and
set(String, String), and XML file contains its data in body text, like that:

<Contact>
        <RowId>1</RowId>
        <LastName>Smith</LastName>
</Contact>

Now, while the whole setup looks fairly common, it doesn't look like there's
an easy way to parse it... I tried the CallMethod rule, but apparently it
can accept parameters from pretty much anywhere - from body text, tag
attribute, even the tag node up the stack - except from the tag name itself!
Am I missing something there?

Thanks in advance,

Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to