YML (Why a Markup Language?!) is an easy language to compile into XML. YSLT is an easy language for code generation, automating your software development tasks.
| Tags | Text Processing Markup XSL/XSLT XML Software Development Interpreters Documentation Compilers Code Generators Build Tools |
|---|---|
| Operating Systems | OS Independent |
| Implementation | Python |
Recent releases


Changes: It is now possible to have colons in YML function names and have a normalized representation of XML in YML. The -Y command line switch was added to yml2proc, which is equivalent to -xy xml2yml.ysl2.


Changes: This release fixes a bug with digits in XML symbols.


Changes: The broken yml2proc script was fixed.


Changes: This release fixes a bug so the XPath document() function now works with local paths in YSLT scripts.


Changes: This release adds a feature for expressing more C-like DSLs, the Null Function.
A Nagios plugin like check_procs, but able to check several processes at once.
- All comments
Recent commentsRe: YAML also uses .yml file extension
> Hm, the .yml file extension has already
> been used for YAML files (e.g.
> Ruby-on-Rails configuration files) for a
> very long time...
Hi,
I'm using .yml2 now. Maybe this helps.
Yours,
VB.
Re: YAML also uses .yml file extension
> Hm, the .yml file extension has already
> been used for YAML files
Hm... ;-) Never used it. Maybe.
It's a pity, that they didn't use .yaml then.
Because most of the YML files don't have this file extension, maybe this is not as important as it may look like.
Usually, you're writing in a Y language, using an own extension like .ysl or .yhtml
Yours,
VB.
YAML also uses .yml file extension
Hm, the .yml file extension has already been used for YAML files (e.g. Ruby-on-Rails configuration files) for a very long time...