Tag: JSON / JAVA / XML

Community

Writing Dynamic XML Pages

You know a lot about HTML pages dynamically created on the server and then served up to the browser. This is just what the ASP technology lets you do. A problem with this is that the basic language is still HTML and you still use HTML to describe both your data and the way it should be rendered. You

Community

XML Query Engine

The XQEngine utility lets you perform full-text-searches across multiple files using the XML Query Language (XQL) and Java. A while ago, I was looking for an XML search utility. My application had to search a relatively large number of XML files (they were small files) on a periodic basis. The prim

Community

XML for C# Programmers

By Darshan Singh If you are writing XML applications using Visual Studio 6.0, then using MSXML 3.0 is a great option to work with XML documents. But if you are writing code for the .NET platform, the language of choice is C# (pronounced C Sharp) and XML classes provided by the .NET Framework are