[Swift-devel] [Bug 132] New: order of stdin and stdout on app	commandline can cause XML validation exceptions
    bugzilla-daemon at mcs.anl.gov 
    bugzilla-daemon at mcs.anl.gov
       
    Wed Apr  9 10:46:45 CDT 2008
    
    
  
http://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=132
           Summary: order of stdin and stdout on app commandline can cause
                    XML validation exceptions
           Product: Swift
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SwiftScript language
        AssignedTo: benc at hawaga.org.uk
        ReportedBy: benc at hawaga.org.uk
The order in which stdin and stdout (and presumably stderr) elements are placed
in the intermediate XML appears to be the same as the order in which they
appear in source text. However, only one order is valid according to the XML
schema.
This validates:
        echo "hello" stdin=@filename(t) stdout=@filename(q);
This does not:
        echo "hello" stdout=@filename(q) stdin=@filename(t);
-- 
Configure bugmail: http://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the Swift-devel
mailing list