Search found 5 matches

by gg7aph
Mon Jul 06, 2020 8:48 pm
Forum: General XML Questions
Topic: xPath query attributes in a list
Replies: 3
Views: 2259

Re: xPath query attributes in a list

@adrian, Thanks for the info but I get the below error:
XML.png
XML.png (205.01 KiB) Viewed 2086 times
by gg7aph
Wed Jun 24, 2020 10:47 pm
Forum: General XML Questions
Topic: xPath query attributes in a list
Replies: 3
Views: 2259

xPath query attributes in a list

Hello, How would I get the @text attribute for each <ListItem> in the below? <Controls> <Control id="108" defaultfieldname="purpose" controltype="Control1x2" styleid="0" readonly="False" required="False" skiponedit="False"> <Label...
by gg7aph
Tue Mar 03, 2020 4:49 pm
Forum: General XML Questions
Topic: Using oxy_replace() Function and Xpath to replace Uppercase
Replies: 4
Views: 2218

Re: Using oxy_replace() Function and Xpath to replace Uppercase

Adrian this worked wonderfully! Thank you VERY much!
by gg7aph
Thu Feb 27, 2020 5:50 pm
Forum: General XML Questions
Topic: Using oxy_replace() Function and Xpath to replace Uppercase
Replies: 4
Views: 2218

Re: Using oxy_replace() Function and Xpath to replace Uppercase

Thank you Radu

But how do I actually run this function within OxyGen to convert the required elements to lowercase?

Thanks
by gg7aph
Tue Feb 18, 2020 5:43 pm
Forum: General XML Questions
Topic: Using oxy_replace() Function and Xpath to replace Uppercase
Replies: 4
Views: 2218

Using oxy_replace() Function and Xpath to replace Uppercase

Hello Is it possible to use a combination of the oxy_replace() Function and xPath to find and replace elements with lower case versions of themselves?? oxy_replace ( text , target , replacement ) text: The text in which the replace will occur. In my example this is the xPath to each "label"...