Links
Mission
My name is Petr Nalevka and I'm an IT specilist. The aim of this site is to share some of my experiences and ideas with other developers and to highlight some of my projects.
Semantics in HTML
05/10/2008
HTML (HyperText Markup Language and all it's derivates is probably the most
successful and widely used mark-up language ever. In has been used and missused
over last decades for variety of very different tasks....
Grammar vs. Rules
02/06/2008
Regular grammar is a formal grammar which is defined by a set of terminal symbols, a set of non-terminals,
and a set of production rules.
Production rules need to have the following...
My Website is now being generated using DocBook
12/23/2007
My website is now completely DocBook-generated. I'm using original DocBook XSLT available at and a set of my custom stylesheet which takes care about navigation, pagination and layouting.All the pages you are currently browsing are pregenerated from a set...
New version of NVDL available
12/23/2007
I have created a new version of the JNVDL suite for compound document validation. The new version reflects the latest Murata Makoto's chnages in the NVDL specification including big changes in attribute section handling.A major usability enhancement was validation debug...
Relaxed speaks NVDL
12/20/2007
I have made a new version of Relaxed Web-based validation application available for public testing.The new version is not restricted just to Web document validation but its ambition is to allow also other XML standards to be validated.The new version...
Advanced approaches to XML document validation (Extreme Mark-up Languages 2007)
08/17/2007
When exchanging XML documents between different systems, validation is important to ensure interoperability. Validation helps to keep XML documents complient with standards and recommendations for their issueing. Because of limited knowledge and resources, keeping documents standard-complient relies in most cases...