I want to use dash symbol in xml node name but when i try to get that node it says something about unexpected token.
<hudson.scm.SubversionSCM_-ModuleLocation>
<remote>svn://svn.something.ru/testlib/trunk/SOAPUI/pmplatform/email</remote>
</hudson.scm.SubversionSCM_-ModuleLocation>
$xmlone = New-Object XML
$xmlone.Load($scriptRoot+"\config.xml")
$xmlone.project.scm.locations.hudson.scm.SubversionSCM_-ModuleLocation