![]() |
#1 |
Junior Member
Join Date: Sep 2022
Posts: 2
|
![]()
Hi. I'm trying to select node from xml with below structure
code: How I should select <name> node? I tryed: code: All of them not working.I can not understand there is the issue Any ideas? Is there way to ignore attributes when i select node? |
![]() |
![]() |
![]() |
#2 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,548
|
This plug-in uses MSXML so it is probably normal xpath syntax unless MSDN says otherwise.
https://extendsclass.com/xpath-tester.html might help. IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
#3 |
Junior Member
Join Date: Sep 2022
Posts: 2
|
Thank you, Anders!
In my case works: nsisXML::select "//*[local-name()='port']" |
![]() |
![]() |
![]() |
|
Tags |
nsis, nsisxml, xml |
Thread Tools | Search this Thread |
Display Modes | |
|
|