Changeset 4645
- Timestamp:
- 02/21/08 15:53:00 (10 months ago)
- Files:
-
- trunk/nuxleus/Web/4lessig.org/service/proxy/return-xml-from-html/service.op (modified) (1 diff)
- trunk/nuxleus/Web/hacking.4lessig.org (copied) (copied from trunk/nuxleus/Web/4lessig.org)
- trunk/nuxleus/Web/hacking.4lessig.org/Web.config (copied) (copied from trunk/nuxleus/Web/4lessig.org/Web.config)
- trunk/nuxleus/Web/hacking.4lessig.org/css/base.css (copied) (copied from trunk/nuxleus/Web/4lessig.org/css/base.css)
- trunk/nuxleus/Web/hacking.4lessig.org/index.page (copied) (copied from trunk/nuxleus/Web/4lessig.org/index.page)
- trunk/nuxleus/Web/hacking.4lessig.org/page/controller/atomictalk/base.xsl (copied) (copied from trunk/nuxleus/Web/4lessig.org/page/controller/atomictalk/base.xsl)
- trunk/nuxleus/Web/hacking.4lessig.org/page/view/form/add-support.xml (copied) (copied from trunk/nuxleus/Web/4lessig.org/page/view/form/add-support.xml)
- trunk/nuxleus/Web/hacking.4lessig.org/page/view/module/header/base.xml (copied) (copied from trunk/nuxleus/Web/4lessig.org/page/view/module/header/base.xml)
- trunk/nuxleus/Web/hacking.4lessig.org/service/4lessig/add-support/service.op (copied) (copied from trunk/nuxleus/Web/4lessig.org/service/4lessig/add-support/service.op)
- trunk/nuxleus/Web/hacking.4lessig.org/service/proxy/return-xml-from-html/service.op (copied) (copied from trunk/nuxleus/Web/4lessig.org/service/proxy/return-xml-from-html/service.op) (1 diff)
- trunk/nuxleus/Web/hacking.4lessig.org/service/transform/controller/4lessig/add-support/base.xslt (copied) (copied from trunk/nuxleus/Web/4lessig.org/service/transform/controller/4lessig/add-support/base.xslt)
- trunk/nuxleus/Web/hacking.4lessig.org/service/transform/controller/atomictalk/base.xslt (copied) (copied from trunk/nuxleus/Web/4lessig.org/service/transform/controller/atomictalk/base.xslt)
- trunk/nuxleus/Web/hacking.4lessig.org/service/transform/controller/proxy/base.xslt (copied) (copied from trunk/nuxleus/Web/4lessig.org/service/transform/controller/proxy/base.xslt)
- trunk/nuxleus/Web/hacking.4lessig.org/thanks (copied) (copied from trunk/nuxleus/Web/4lessig.org/thanks)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/nuxleus/Web/4lessig.org/service/proxy/return-xml-from-html/service.op
r4644 r4645 3 3 <service:operation xmlns:service="http://xameleon.org/service" xmlns:operation="http://xameleon.org/service/operation" 4 4 xmlns:param="http://xameleon.org/service/session/param"> 5 <param:uri>{query-string:uri}</param:uri>6 5 <operation:proxy xmlns:proxy="http://xameleon.org/service/proxy"> 7 <proxy:return-xml-from-html uri="{ $uri}" />6 <proxy:return-xml-from-html uri="{query-string:uri}" /> 8 7 </operation:proxy> 9 8 </service:operation> trunk/nuxleus/Web/hacking.4lessig.org/service/proxy/return-xml-from-html/service.op
r4644 r4645 3 3 <service:operation xmlns:service="http://xameleon.org/service" xmlns:operation="http://xameleon.org/service/operation" 4 4 xmlns:param="http://xameleon.org/service/session/param"> 5 <param:uri>{query-string:uri}</param:uri>6 5 <operation:proxy xmlns:proxy="http://xameleon.org/service/proxy"> 7 <proxy:return-xml-from-html uri="{ $uri}" />6 <proxy:return-xml-from-html uri="{query-string:uri}" /> 8 7 </operation:proxy> 9 8 </service:operation>
