From d01596dba7ea554669eeaf6071caf30c6fec8266 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 28 Jun 2005 13:43:22 +0000 Subject: [PATCH] Oops, forgot to re-add puke-ug.xsl --- org.glite.lb.ws-interface/src/puke-ug.xsl | 151 ++++++++++++++++++++++++++++++ 1 file changed, 151 insertions(+) create mode 100644 org.glite.lb.ws-interface/src/puke-ug.xsl diff --git a/org.glite.lb.ws-interface/src/puke-ug.xsl b/org.glite.lb.ws-interface/src/puke-ug.xsl new file mode 100644 index 0000000..cab6911 --- /dev/null +++ b/org.glite.lb.ws-interface/src/puke-ug.xsl @@ -0,0 +1,151 @@ + + + + + + + + + + + <xsl:value-of select="document('LB.xml')/service/@name"/> + + + Overview + + + + + Operations + + + + + + + + + Types + + + + + + + + + + + + + list of + + + + + + + + + + + + + + + + + + + <xsl:value-of select="@name"/> + + + Inputs: + + + + + + + N/A + + + + Outputs: + + + + + + + + + + + + <xsl:value-of select="@name"/> + + + + Structure (sequence complex type in WSDL) + Fields: ( type name description ) + + + Union (choice complex type in WSDL) + Fields: ( type name description ) + + + Enumeration (restriction of xsd:string in WSDL), + exactly one of the values must be specified. + + Values: + + + Flags (sequence of restricted xsd:string in WSDL), + any number of values can be specified together. + + Values: + + + + + + + + + list of + + + + + + + + + + + + + + + + + + + + (optional) + + + + + + + + + + + + + -- 1.8.2.3