Search found 1 match

by michealjordan
Wed Mar 25, 2026 4:14 am
Forum: Switch
Topic: Create Private Data from XML Log
Replies: 2
Views: 3661

Re: Create Private Data from XML Log

You need to clearly identify whether the tag is an attribute or a child node in the XML. If it's an attribute, add the @ symbol. If it's a child node, the syntax you're using is correct, but make sure the XML structure matches.