xml-twig 1.2.78 → 1.2.79
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -233,7 +233,7 @@ With option `{ namespaces : true }` you will get access to the `.namespace` prop
|
|
|
233
233
|
Let's assume an XML element like this: `<person firstName="Jean-Luc", lastName="Picard", age="59" />`
|
|
234
234
|
|
|
235
235
|
Here are some examples the get attribute and values:
|
|
236
|
-
```
|
|
236
|
+
```js
|
|
237
237
|
.hasAttribute('foo') => false
|
|
238
238
|
.hasAttribute('age') => true
|
|
239
239
|
|