opml
Group with Tags
<?xml version="1.0" encoding="UTF-8"?> <opml version="1.0"> <head> <title>Opml Template</title> </head> <body> <outline title="News" text="News"> <outline type="rss" text="title" xmlUrl="url" /> </outline> </body> </opml>
Attributes
Link to original <?xml version="1.0" encoding="UTF-8"?> <opml version="2.0"> <head> <title>Opml Template</title> </head> <body> <outline type="rss" text="title" xmlUrl="url" group="group/name" /> </body> </opml>