Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17-xml_namespace.json 279B

123456789101112131415161718
  1. {
  2. "name": "XML Namespace",
  3. "options": {},
  4. "html": "<ns:tag>text</ns:tag>",
  5. "expected": [
  6. {
  7. "type": "tag",
  8. "name": "ns:tag",
  9. "attribs": {},
  10. "children": [
  11. {
  12. "data": "text",
  13. "type": "text"
  14. }
  15. ]
  16. }
  17. ]
  18. }