on 2012 Feb 23 10:50 AM
I have a problem: I receive several XML files in my transaction input
<?xml version="1.0" encoding="UTF-8"?>
<NAMES>
...
</NAMES>
<?xml version="1.0" encoding="UTF-8"?>
<VALUES>
...
</VALUES>
and I want to obtain the root tag name (the string NAMES, VALUES, ecc.).
I obtained this result using a XSL transformation, bui I think that the best (and easiest) way is to use an XPath command. I tried but I can not find the right command.
Does anybody know how to do this?
Request clarification before answering.
I found it:
Transaction.Source{name(/*)}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.