<rdf:RDF
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xml:base='http://community.moertel.com/ss/rdf'>
    <s:Snip rdf:about='http://community.moertel.com/ss/rdf#comment-PXSL+Ask-a-Question-4'
         s:cUser='invisible'
         s:oUser='tmoertel'
         s:mUser='invisible'>
        <s:name>comment-PXSL Ask-a-Question-4</s:name>
        <s:content>Tom,&#xA;&#xA;PXSL is very very well done.  Quite aside from the fact that XSLT is finally somewhat readable, the fact that you&apos;ve added a serious macro system means&#xA;that some serious scripting of XML can occur.  I&apos;m very impressed.  So far&#xA;I&apos;ve been able to do everything I try to do -- except one thing.&#xA;&#xA;To wit: I would like to have a macro such that:&#xA;&#xA;  ,command c a1 a2 a3&#xA;&#xA;produces&#xA;&#xA;  &lt;a href=&quot;c?a1=,a1&amp;a2=,a2&amp;a3=a3&quot;&gt;,BODY&lt;/a&gt;&#xA;&#xA;In other words I would like to have macro parameters appear in an attribute&#xA;&#xA;However I can&apos;t find a way to do it.  The &apos;-attribute=&apos; syntax binds too&#xA;tightly, and there&apos;s nothing I can pass to -href= that doesn&apos;t instantly&#xA;get treated as a single string.  The closest I&apos;ve gotten is:&#xA;&#xA;,command c a1 a2 a3 =&#xA;  a -href=&lt;( ,command &lt;&lt;?a1=&gt;&gt; a1 &lt;&lt;&amp;a2=&gt;&gt; a2 &lt;&lt;&amp;a3=&gt;&gt; a3 )&gt;&#xA;&#xA;which for &apos;,command -a1=s1 -a2=s2 -a3=s3&apos; at least produces &apos;&lt;a href=&quot;command&quot;&gt;&apos;&#xA;But that&apos;s it.  Can&apos;t get past the first string.&#xA;&#xA;I imagine the current implementation cannot do what I&apos;m trying to do.&#xA;But do you see the utility of it?&#xA;&#xA;Thanks for any help.  And thanks muchly for a very nice tool.</s:content>
        <s:mTime>2004-01-03 01:53:39.512</s:mTime>
        <s:cTime>2004-01-03 01:53:41.704</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='#invisible'/>
                <rdf:li rdf:resource='http://community.moertel.com/ss/rdf#space/comment-PXSL Ask-a-Question-4'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
