| 12345678910111213141516 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- ============================================================
- Copyright (c) 2006 Antenna House, Inc. All rights reserved.
- Antenna House is a trademark of Antenna House, Inc.
- URL : http://www.antennahouse.com/
- E-mail : info@antennahouse.com
- ============================================================
- -->
- <xsl:stylesheet version="2.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format"
- xmlns:opentopic="http://www.idiominc.com/opentopic"
- xmlns:opentopic-index="http://www.idiominc.com/opentopic/index"
- exclude-result-prefixes="opentopic-index opentopic">
- </xsl:stylesheet>
|