Tag: JSON / JAVA / XML

Community

Automatic markup and XML pipelines

(Jeni Tennison) The project I’m working on at the moment aims to use RDFa (in XHTML) to expose some of the semantics in some natural-language text. We’re aiming moderately low — marking up dates, addresses, people’s names, and various other more domain-specific things — at least at the moment.

Community

Xml Serialization

(Boyan Mihailov) If you want to store data, you often use a database. It’s very good way. But, sometimes you need to save too little amount of data that using a database is thoughtless. Another way to store data is to put it in a simple text file. One of the most convenient ways to do this is to use

Community

Modal Dialog Boxes with AJAX

(Dino Esposito) Dialog boxes have been around in Windows for a long time, and they do have their advantages. But if you want your Web application to have dialog boxes, you’re basically stuck with popups, and, as you know, most users disable them with popup blockers. So what are you to do if you need

Community

XSLT Case Conversion Solution

(Erich Von Hauske N.) The solution of a problem like case conversion can take many forms, especially when you use a language like XSLT, which gives you the flexibility to give many solutions; each one with a different degree of recursiveness. The solution presented in this document is a middle-groun