- From: Takeshi Imamura <IMAMU@jp.ibm.com>
- Date: Mon, 30 Oct 2000 16:22:38 +0900
- To: Ed Simon <ed.simon@entrust.com>
- Cc: xml-encryption@w3.org
- Message-ID: <OFF0924FD4.060C06B2-ON49256988.002532D7@LocalDomain>
Hi Ed, I just tried your sample code and found two trivial bugs. Line 47: String xmlFile = "file:///MyWork/xmlencryption/xslt/XmlEncryptionTest.xml"; should be: String xmlFile = "XmlEncryptionTest.xml"; Line 387: String xmlFile = "file:///MyWork/xmlencryption/xslt/XmlEncryptionTestEncryptedNodes.xml"; should be: String xmlFile = "XmlEncryptionTestEncryptedNodes.xml"; After fixing these bugs, I confirmed that the code worked well. In comparison with your first proposal, the way to handle attribute values seems to be a little changed. Did you have any thoughts on this? Thanks, Takeshi IMAMURA Tokyo Research Laboratory IBM Research E-mail: imamu@jp.ibm.com ---------------------- Forwarded by Takeshi Imamura/Japan/IBM on 2000/10/30 03:36 PM --------------------------- From: Ed Simon <ed.simon@entrust.com>@w3.org on 2000/10/30 07:54 AM Please respond to Ed Simon <ed.simon@entrust.com> Sent by: xml-encryption-request@w3.org To: "'xml-encryption@w3.org'" <xml-encryption@w3.org> cc: Subject: XmlEncryptor - An XML Encryption Demonstrator Please find attached a zip file containing code illustrating how encryption of various types of XML nodes would work in a DOM environment. The node types that encrypted are whole elements, an element's content, and attribute values. The code could be extended to other types of nodes if warranted. Unzip the zip file to an empty folder, then read the XmlEncryptor.html file for the details of how to compile and run the sample. Joseph, would you unzip this to a W3C folder and put a link to XmlEncryptor.html in the Resources section of "http://lists.w3.org/Archives/Public/xml-encryption/". Ed <<XmlEncryptor.zip>> (See attached file: XmlEncryptor.zip)
Attachments
- application/zip attachment: .ZIP File
Received on Monday, 30 October 2000 02:23:05 UTC