I'm not quite sure what you're asking for.  If you want to know the
Transform's that are defined by XML DSIG, look at the XML DSIG
specification.  One of them is "XSLT", which lets you embed a complete
stylesheet in the Signature.  Something like this:
  <ds:Transforms>
    <ds:Transform Algorithm="...i forget the uri...">
      <xslt:Stylesheet ....>
    </ds:Transform>
    <ds:Transform Algorithm="&dsig;xml-c14n"/>
  </ds:Transforms>

As for a specific stylesheet that bangs out newlines, not sure.  Try the
"xsl" mailing list (hosted at Mulberry technology; find it at xmlhack.com)
        /r$

_______________________________________________
xmlsec mailing list
[EMAIL PROTECTED]
http://www.aleksey.com/mailman/listinfo/xmlsec

Reply via email to