Search found 2 matches
- Sat Dec 19, 2015 4:28 pm
- Forum: Help Forum
- Topic: Feedback regex?
- Replies: 11
- Views: 24018
Re: Feedback regex?
Hi anyone got any tips on multiline xml - as previous poster, the pattern I need to match includes an ID and a value which are in separate lines in the returned xml. have tried the following pattern: <R1>\xAO<description>Relay1</description>\xAO<value>(.*?)</value> but it returns nothing. As a test ...
- Fri Dec 18, 2015 4:55 pm
- Forum: Help Forum
- Topic: Interpreting multi-line XML in 2-way control
- Replies: 0
- Views: 22187
Interpreting multi-line XML in 2-way control
Hi please help ☺ – I’m wrestling with 2-way control. I can control the device and demoted is receiving the response but I am struggling to successfully pull out the state data I want from the xml response. I’ve read all of the posts I could find on this including advice to use Hercules and various c...