Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37518609
en ru br
ALT Linux repositórios
S:1.0.4-alt1
5.0: 1.0.3-alt4
4.1: 1.0.3-alt2

Group :: Desenvolvimento/Outros
RPM: pear-XML_FastCreate

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 1.0.4-alt1
Data da compilação: 28 julho 2016, 10:12 ( 404.0 weeks ago )
Tamanho:: 41.46 Kb

Home page:   http://pear.php.net/package/XML_FastCreate

Licença: PHP License
Sumário: Fast creation of valid XML with DTD control
Descrição:

- Easy way to make valid XML :
    $x->div(
        $x->h1("Example"),
        $x->p("Hello"),
        $x->p(array('class'=>'example'), "World !")
    )

- Option to report DTD errors in your XML :
 Use internal tool or external program [ Require XML_DTD package ]
- Use output driver of your choice :
 Text : return string
 XML_Tree : return XML_Tree object [ Require XML_Tree package ]
- Translate option to quickly transform tags by anothers :
  ex: Convert your XML to XHTML :
         <news><title> Example </title></news>
     =>  <div class="news"><h1><span> Example </span></h1></div>
- Include a PHP program to quickly transform HTML to FastCreate syntax.
 [ Require XML_HTMLSax package ]
- See examples for more informations :
 http://lya.fr/pear/XML_FastCreate/tests/
- French Tutorial :
 http://wiki.lya.fr/doku.php?id=pear_xml_fastcre…

Mantenedor currente: Vitaly Lipatov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • pear-XML_FastCreate
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009