steveukx / properties

Properties reader for Node.js
MIT License
77 stars 33 forks source link

Is it possible to have = signs in the keys? #50

Open lispercat opened 2 years ago

lispercat commented 2 years ago

For example I need a property that would be like: /Application[@name='TestApp']/Attributes/Map/entry[@key='file']/@value=file.txt

Now the reader will stop reading the first key at the ='TestApp'. Is it possible to escape the = signs so that it reads till the end of the token?