Changeset 7844

Show
Ignore:
Timestamp:
08/20/09 11:18:27 (11 months ago)
Author:
dragisak
Message:

Cannot have spaces between tag and CDATA.

Addresses #1420

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • head/ambra/webapp/src/main/resources/policy/rules/permit-creator.xml

    r7757 r7844  
    4949        <Apply FunctionId ="urn:topazproject:names:tc:xacml:1.0:function:query:itql"> 
    5050          <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string">topaz.services.itql</AttributeValue> 
    51           <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"> 
    52             <![CDATA[ 
     51          <AttributeValue DataType="http://www.w3.org/2001/XMLSchema#string"><![CDATA[ 
    5352            select $s from <?> 
    5453             where ($r <dc:creator> $s or $r <topaz:anonymousCreator> $s)  
    5554               and ($r <mulgara:is> <?> 
    5655                or  $r <topaz:propagate-permissions-to> <?> in <?>); 
    57             ]]> 
    58           </AttributeValue> 
     56            ]]></AttributeValue> 
    5957          <AttributeValue 
    6058            DataType="http://www.w3.org/2001/XMLSchema#string">local:///topazproject#filter:graph=ri</AttributeValue>