[Fwd: [xmlsec] Required newlines in signed document xml ?]

Rich Salz rsalz at datapower.com
Thu Feb 13 16:35:48 PST 2003


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$




More information about the xmlsec mailing list