From b628c0e8dc12c0cbe9be26528b3710d9fdab52ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 24 Feb 2005 19:27:53 +0000 Subject: [PATCH] Generate UG section. Partially done --- org.glite.lb.ws-interface/Makefile | 6 ++- org.glite.lb.ws-interface/src/LB.xml.T | 10 +++-- org.glite.lb.ws-interface/src/puke-ug.xsl | 67 +++++++++++++++++++------------ 3 files changed, 53 insertions(+), 30 deletions(-) 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) + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.8.2.3