hi, I need select a node like "//element[@attr='value']", but the "attr" in document can be "Attr", "ATtr" and so on, as well as the "value".
I know I can select element with case insensitive using translate function like "//*[translate(name(), 'abc','ABC')='ABC']"
But how can I let it work with attribute and its value?
Can anybody help me? Thanks.
phoenix.zhp 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.