Changeset 1385


Ignore:
Timestamp:
Mar 23, 2012, 4:13:51 PM (12 years ago)
Author:
George Lilly
Message:

fixes to rdf output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmts/trunk/p/C0XRDF.m

    r1384 r1385  
    4646 . I ZOBJ["nodeID:" D  Q  ;
    4747 . . D ADD(ZARY,"<"_ZB_" xmlns="""_ZC_""" rdf:nodeID="""_$$EXT^C0XUTIL(ZOBJ)_"""/>")
     48 . S ZOBJ=$$EXT^C0XUTIL(ZOBJ)
     49 . I ZOBJ["http" D  Q  ;
     50 . . D ADD(ZARY,"<"_ZB_" xmlns="""_ZC_""" rdf:resource="""_ZOBJ_"""/>")
     51 . I $E(ZOBJ,1,1)="/" D  Q  ;
     52 . . D ADD(ZARY,"<"_ZB_" xmlns="""_ZC_""" rdf:resource="""_ZOBJ_"""/>")
    4853 . D ADD(ZARY,"<"_ZB_" xmlns="""_ZC_""">"_$$EXT^C0XUTIL(ZOBJ)_"</"_ZB_">")
    4954 Q
Note: See TracChangeset for help on using the changeset viewer.