UNPKG

htmlparser2

Version:

Fast & forgiving HTML/XML parser

20 lines (19 loc) 314 B
<!doctype html> <html> <head> <title>SVG test</title> </head> <body> <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <title>Test</title> <animate /> <polygon /> <g> <path> <title>x</title> <animate /> </path> </g> </svg> </body> </html>