hi ,
         I am trying to execute a function in parallel which has been
imported from the file 'AppSetup.xml'.'fileList' contains list of files
which is given as input in each iteration.But my XML is not getting
validated.Can anyone suggest a sol.

         <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE stax SYSTEM "C:\Documents and Settings\prakaa2\Desktop\stax.dtd">
<stax>
    <defaultcall function="main"/>

    <function name="main">
    <sequence>
        <import file=" 'C:\AppSetup.xml' "/>
    </sequence>
    <paralleliterate var="file" in="fileList">
        <call function="'Primary'">machine,file</call>
    </paralleliterate>

    </function>
</stax>
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
staf-users mailing list
staf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/staf-users

Reply via email to