2004/ws/addressing/test-cases/assertions assertions.css,1.1,1.2 Makefile,1.1,1.2

Update of /sources/public/2004/ws/addressing/test-cases/assertions
In directory hutz:/tmp/cvs-serv24579

Modified Files:
	assertions.css Makefile 
Log Message:
added message-exchanges

Index: assertions.css
===================================================================
RCS file: /sources/public/2004/ws/addressing/test-cases/assertions/assertions.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** assertions.css	2 Sep 2005 20:07:01 -0000	1.1
--- assertions.css	9 Sep 2005 13:59:28 -0000	1.2
***************
*** 3,6 ****
--- 3,7 ----
  div.must {border: solid black}
  div.informative { border: double silver }
+ 
  .may {}
  .should {}
***************
*** 8,10 ****
--- 9,20 ----
  .deprecated {}
  
+ blockquote {background-color: #eee}
+ 
+ div.message-exchange { border: double #555; padding: 0.5em; margin-bottom: 0.2em; }
+ div.soap11 { background-color: #eef }
+ div.soap12 { background-color: #efe }
+ 
+ .soap11 {}
+ .soap12 {}
+ 
  /* */

Index: Makefile
===================================================================
RCS file: /sources/public/2004/ws/addressing/test-cases/assertions/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile	2 Sep 2005 20:07:01 -0000	1.1
--- Makefile	9 Sep 2005 13:59:28 -0000	1.2
***************
*** 4,7 ****
--- 4,9 ----
  TIDY=tidy
  
+ all:	assertions.html message-exchanges.html
+ 
  assertions.html: assertions.xml assertions.xsl
  	@echo "Generating $@";\
***************
*** 12,17 ****
  	rm $@.old
  
  clean:
! 	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-ns.html ./tidy-output.txt $(ADDR.html) diff.html $(ADDR.pdf) $(ADDR.ps) $(ADDR.txt) 
  
  .PHONY: clean all
--- 14,27 ----
  	rm $@.old
  
+ message-exchanges.html: message-exchanges.xml message-exchanges.xsl
+ 	@echo "Generating $@";\
+ 	$(XSLTPROC) --stringparam file message-exchanges.xml message-exchanges.xsl message-exchanges.xml > $@
+ 	@echo "Running tidy on $@";\
+ 	mv $@  $@.old; \
+ 	$(TIDY) $@.old > $@ 2>./tidy-output.txt;\
+ 	rm $@.old
+ 
  clean:
! 	rm -f *~* html2ps.dbg ./valid-html.txt ./valid-xml.txt ./checkspell.txt ./valid-links.txt ./valid-pubrules.html ./valid-ns.html ./tidy-output.txt 
  
  .PHONY: clean all

Received on Friday, 9 September 2005 13:59:53 UTC