home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 79 / IOPROG_79.ISO / soft / Tools / XMLSPYEnt2004 / XMLSPYEntComplete2004.exe / Data1.cab / _5167EC85FA1445559DD0371CF4A1C76D < prev    next >
Encoding:
Text File  |  2003-07-18  |  630 b   |  30 lines

  1. //
  2. // [=$module]Doc.cs
  3. //
  4. // This file was generated by XMLSPY 2004 Enterprise Edition.
  5. //
  6. // YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
  7. // OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
  8. //
  9. // Refer to the XMLSPY Documentation for further details.
  10. // http://www.altova.com/xmlspy
  11. //
  12.  
  13.  
  14. using System;
  15.  
  16. namespace [=$module]
  17. {
  18.     public class [=$module]Doc : Altova.Document
  19.     {
  20.         override protected void DeclareNamespaces(Altova.Node node)
  21.         {
  22. [foreach $namespace in $namespaces
  23.     if $namespace.URI <> ""
  24. ]            DeclareNamespace(node, "[=$namespace.Prefix]", "[=$namespace.URI]");
  25. [    endif
  26. next
  27. ]        }
  28.     }
  29. }
  30.