Tag: JSON / JAVA / XML

Community

XML/XSL Transformations in ASP.Net

By Mark Neustadt – Using XML/XSL is one of the most powerful technologies available to advanced web application developers. If you have a team split into several different sections (technical, production, graphics), using XML/XSL is a saviour. You see, XML/XSL gets us many things, not the least of

Community

XML Matters: reStructuredText

The document format called reStructuredText has been adopted as one of the official source formats for Python documentation, but is also useful for other types of documentation. reStructuredText is an interesting hybrid of technologies — in syntax and appearance it is similar to other “almost-plain

Community

BrownSauce: An RDF Browser

by Damian Steer – BrownSauce is a an RDF browser. It attempts, armed with no more than a knowledge of RDF and RDF Schema, to present all RDF data as intelligibly as possible.RDF is biased in favor of the data producer. Consumers may have to deal with all, some, or none of the expected proper

Community

The Crux of SOAP Encryption

by Dan Wahlin – You can use .Net classes to create a custom Simple Object Access Protocol (SOAP) encryption application to protect sensitive information sent from a client to a Web service. The application relies on public and private keys for the encryption and decryption of SOAP messages. It also