]> git.llucax.com Git - software/bife/bife-all.git/commit
- Implemented Fallback class in the Parser.
authorLeandro Lucarella <llucax@gmail.com>
Thu, 22 May 2003 04:31:40 +0000 (04:31 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 22 May 2003 04:31:40 +0000 (04:31 +0000)
commit537561c5709c3f574c5d406cb4cb28b3522f2566
tree4ca879078fcf5f1679fd732773ecabc95e23d2e1
parent6040f3feab69010487b3e9b5b7ad532a0f44c50c
- Implemented Fallback class in the Parser.
- Added a simple Fallback class implementation, Copy, that copy the XML
  structure to the rendered output.
- Minor bugfixes.
- Updated example to use Copy Fallback class.
Makefile
doc/bife.xmi
examples/index.php
examples/simple.xbf
src/Album.php
src/BIFE/Copy.php [new file with mode: 0644]
src/BIFE/Parser.php