← Prev in month ← Prev in thread
Next in thread → Next in month →

Manifest -> PayloadInfo thoughts.

From
Matthew MacKenzie <>
Date
2004-06-02T19:15:54+00:00
ID
Thread
Manifest -> PayloadInfo thoughts.
So, now we have:

<Manifest>
	<Reference id="cid:foo" xlink:type"simple" xlink:href="cid:foo" 
xlink:role="">
		<Schema location="http://foo/bar.xsd" version="1.0" />
		<Description>
			...
		</Description>
	</Reference>
</Manifest>

I am thinking:

<PayloadInfo>
	<Payload id="cid:foo | #idref" schemaLocation="href" schemaVersion="1" 
...>
		<Description />
		<PreProcessing>
			<Step sequence="0" id="urn:foo:ps:CompressionSvc">
				 <Parameter name="command" value="compress" />
         				<Parameter name="algorithm" value="gzip" />
         				<Parameter name="gzip-level" value="9" />
			</Step>
		</PreProcessing>
		<PostProcessing>
			<Step sequence="0" id="urn:foo:ps:CompressionSvc">
				 <Parameter name="command" value="uncompress" />
         				<Parameter name="algorithm" value="gzip" />
			</Step>
		</PostProcessing>
	</Payload>
</PayloadInfo>

I would probably also come up with a new name for payload services, to 
make it sound more like a "filter" facility.
___________________________
Matthew MacKenzie
Senior Architect
IDBU Server Solutions
Adobe Systems Canada Inc.
http://www.adobe.com/products/server/

+1 (506) 871.5409
← Prev in month ← Prev in thread
Next in thread → Next in month →