Subversion Repositories XServices

Rev

Rev 24 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
24 brianR 1
<!ENTITY inp "Input parameters">
2
<!ENTITY outp "Output parameters">
3
<!ENTITY brs "<application class='software'>BruteXservices</application>">
4
<!ENTITY param-timeout "<row>
5
            <entry>timeout</entry>
6
            <entry>Long</entry>
7
            <entry>Yes</entry>
8
            <entry>Timeout in milliseconds. The command is forcefully terminated when timeout is reached.</entry>
9
          </row>">
25 brianR 10
<!ENTITY javadoc-base "file:///home/brian/NetBeansProjects/XServices/dist/">
11
<!ENTITY examplexml "<bridgehead renderas='sect3'>Example XML</bridgehead>">
12
<!ENTITY schemadefinition "<bridgehead renderas='sect3'>Schema definition</bridgehead>">
13
 
14
 
24 brianR 15
<!ENTITY returncode SYSTEM "types/ReturnCode.xml">
16
<!ENTITY antproperty SYSTEM "types/AntProperty.xml">
17
<!ENTITY patternelement SYSTEM "types/PatternElement.xml">
25 brianR 18
<!ENTITY patternsettype SYSTEM "types/PatternSetType.xml">
19
<!ENTITY selectortype SYSTEM "types/SelectorType.xml">
24 brianR 20