home *** CD-ROM | disk | FTP | other *** search
- //
- // [=$module]Doc.cs
- //
- // This file was generated by XMLSPY 2004 Enterprise Edition.
- //
- // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
- // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
- //
- // Refer to the XMLSPY Documentation for further details.
- // http://www.altova.com/xmlspy
- //
-
-
- using System;
-
- namespace [=$module]
- {
- public class [=$module]Doc : Altova.Document
- {
- override protected void DeclareNamespaces(Altova.Node node)
- {
- [foreach $namespace in $namespaces
- if $namespace.URI <> ""
- ] DeclareNamespace(node, "[=$namespace.Prefix]", "[=$namespace.URI]");
- [ endif
- next
- ] }
- }
- }
-