From: Aleš Křenek Date: Thu, 24 Feb 2005 19:27:53 +0000 (+0000) Subject: Generate UG section. Partially done X-Git-Tag: glite-lb-ws-interface_R_1_0_1~39 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=b628c0e8dc12c0cbe9be26528b3710d9fdab52ec;p=jra1mw.git Generate UG section. Partially done --- diff --git a/org.glite.lb.ws-interface/Makefile b/org.glite.lb.ws-interface/Makefile index aacc67c..2b06e8c 100644 --- a/org.glite.lb.ws-interface/Makefile +++ b/org.glite.lb.ws-interface/Makefile @@ -59,5 +59,9 @@ clean: ${AT3} $< >$@ || rm -f $@ chmod -w $@ >/dev/null -${WSDL}: LB.xml +${WSDL}: LB.xml puke-wsdl.xsl ${XSLTPROC} ../src/puke-wsdl.xsl LB.xml >$@ + + +LB-ug.xml: LB.xml puke-ug.xsl + ${XSLTPROC} ../src/puke-ug.xsl LB.xml >$@ diff --git a/org.glite.lb.ws-interface/src/LB.xml.T b/org.glite.lb.ws-interface/src/LB.xml.T index a96551b..6f5895e 100644 --- a/org.glite.lb.ws-interface/src/LB.xml.T +++ b/org.glite.lb.ws-interface/src/LB.xml.T @@ -90,13 +90,15 @@ - - + Value of a single user tag. + Tag name + Tag value - - + UNIX time representation. + Seconds since Jan 1 1970 + Microseconds diff --git a/org.glite.lb.ws-interface/src/puke-ug.xsl b/org.glite.lb.ws-interface/src/puke-ug.xsl index 8daaf3a..14c558d 100644 --- a/org.glite.lb.ws-interface/src/puke-ug.xsl +++ b/org.glite.lb.ws-interface/src/puke-ug.xsl @@ -13,9 +13,9 @@ <xsl:value-of select="@name"/> - Operation summary + Operations - + @@ -24,16 +24,13 @@ - - Operation detail - - - + + @@ -50,6 +47,8 @@ + + @@ -59,24 +58,42 @@ - - - - Complex type <classname><xsl:value-of select="@name"/></classname> - - - - - - - - - - - - - - + + <xsl:value-of select="@name"/> + + + Structure (sequence complex type in WSDL) + + + Enumeration (restriction of xsd:string in WSDL) + + + Flags (sequence of restricted xsd:string in WSDL) + + + + + + + + + + + + + + + + + + + + + + + + +