From: Brian P. C. <bm...@bm...> - 2006-08-01 10:28:44
|
Syllabubs, When creating customised stylesheets for any service we need to have a systematic naming convention so that we don't get confused in a sea of operation-lists.xsl. The generics are operation-list.xml service-input.xsl service-output.xsl Any non-generics ought to be label with an abbreviation labelling the service concerned. For ssrun, for example, we'll have: ssrun-operation-list.xsl ssrun-service-input.xsl ssrun-service-output.xsl The exception style sheets shouldn't need to be changed. If customisation is carried out at the operation level then the operation ID should be appended to the name of the stylesheet as follows: ssrun-operation-list_1.xsl ssrun-service-inputt_1.xsl ssrun-service-output_1.xsl for operationID = 1, and so on. I'll change the three main chemical elements style sheets to pt-operation-list.xsl pt-service-input.xsl pt-service-output.xsl Same with the css style sheets: ssrun-socket.css if necessary, and ssrun-socket_1.css if necessary. Regards, Brian |