Changeset 404 for ccr/trunk/p/C0CEWD1.m


Ignore:
Timestamp:
Mar 16, 2009, 6:08:55 PM (15 years ago)
Author:
George Lilly
Message:

update copyright notice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/C0CEWD1.m

    r393 r404  
    11C0CEWD1   ; CCDCCR/GPL - CCR FILEMAN utilities; 12/6/08
    22 ;;0.1;CCDCCR;nopatch;noreleasedate
    3  ;Copyright 2008 WorldVistA.  Licensed under the terms of the GNU
     3 ;Copyright 2009 George Lilly.  Licensed under the terms of the GNU
    44 ;General Public License See attached copy of the License.
    55 ;
     
    3333 ;s ok=$$gtmImportFile^%zewdHTMLParser(zfilepath)
    3434 s ok=$$LOAD(zfilepath) ;load the XML file to the EWD global
    35  s ok=$$parseDocument^%zewdHTMLParser("DerekDOM",0) 
     35 s ok=$$parseDocument^%zewdHTMLParser("DerekDOM",0)
    3636 ;s ok=$$parseXMLFile^%zewdAPI(zfilepath,"fourthDOM")
    3737 w ok,!
     
    3939 ;
    4040LOAD(filepath) ; load an xml file into the EWD global for DOM processing
    41  ; need to call s error=$$parseDocument^%zewdHTMLParser(docName,isHTML) 
     41 ; need to call s error=$$parseDocument^%zewdHTMLParser(docName,isHTML)
    4242 ; after to process it to the DOM - isHTML=0 for XML files
    4343 n i
Note: See TracChangeset for help on using the changeset viewer.