taskProject PSIworld - Tasks: task #6728, Implement embedded script nodes...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #6728: Implement embedded script nodes (parser)

Submitter:  Tolga Dalman <tolgadalman>
Submitted:  Mon 09 Apr 2007 12:53:32 AM UTC
   
 
Should Start On:  Mon 09 Apr 2007 12:00:00 AM UTC Should be Finished on:  Mon 09 Apr 2007 12:00:00 AM UTC
Category:  PSIobjapi Priority:  3 - Low
Status:  Ready For Test Privacy:  Public
Assigned to:  tolgadalman Percent Complete:  100%
Open/Closed:  Open Effort:  0.00

Mon 09 Apr 2007 12:53:32 AM UTC, original submission:  

Enable parsing of graph-embedded scripts:

<library name="foo_module" lang="perl">
  <script name="bar_func" type="inline">
    <![CDATA[
#!/usr/bin/env perl

my ($callee, $caller) = @_;
print DEBUG 'Killing '.PSI::get($callee,'name');
   ]]>
  </script>
</library>

For now, CDATA section parsing is missing, type="inline" is
less accepted, but ignored.

Tolga Dalman <tolgadalman>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tolgadalman (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-05-05 tolgadalman StatusNone Ready For Test
        Percent Complete0% 100%

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code