Changeset 4645

Show
Ignore:
Timestamp:
02/21/08 15:53:00 (10 months ago)
Author:
xmlhacker
Message:

for the hackfest weekend

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Web/4lessig.org/service/proxy/return-xml-from-html/service.op

    r4644 r4645  
    33<service:operation xmlns:service="http://xameleon.org/service" xmlns:operation="http://xameleon.org/service/operation" 
    44    xmlns:param="http://xameleon.org/service/session/param"> 
    5     <param:uri>{query-string:uri}</param:uri> 
    65    <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}" /> 
    87    </operation:proxy> 
    98</service:operation> 
  • trunk/nuxleus/Web/hacking.4lessig.org/service/proxy/return-xml-from-html/service.op

    r4644 r4645  
    33<service:operation xmlns:service="http://xameleon.org/service" xmlns:operation="http://xameleon.org/service/operation" 
    44    xmlns:param="http://xameleon.org/service/session/param"> 
    5     <param:uri>{query-string:uri}</param:uri> 
    65    <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}" /> 
    87    </operation:proxy> 
    98</service:operation>