This version is out of date, covering development from v8.0.0 to v8.x.x. It is maintained here only for inbound reference links from elsewhere. It is no longer actively updated.

Jump to the current version of aTbRef

Tinderbox v8 Icon

OPML-wrapper

Template code. Line layout is to create correct OPML source layout. Note that you may need to adjust the name/location of the OPML-item template where it is referred to in the code; the default assumes a root/level container called 'TEMPLATES'. Copy/paste code in monospaced font:

<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>^value(attributeEncode($Name))^</title>
<expansionState>0
</head>
<body>
^children(OPML-item)^
</body>
</opml>