-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prefix "ds" in Signature node. #13
Comments
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
|
Original comment by
Attachments: |
Original comment by
|
Original comment by
|
Original comment by
|
The constructor for the XMLSecurityDSig now takes an optional argument for defining the prefix, if any, to be used. When not passed it uses default behavior. When set to an empty string or null, it won't use a prefix, otherwise it will use the prefix passed in. See the xml-sign-prefix.phpt test for an example |
Wdf.. |
To remove the prefix you can pass a new prefix as parameter to class. |
@rodrigoferra Thank you! |
Thanks @rodrigoferra for the tip. Solved my problem here! |
Original issue reported on code.google.com by
atiruz
on 20 Sep 2012 at 9:35Attachments:
The text was updated successfully, but these errors were encountered: