For an open source PHP-based XML/XSLT developement platform
you could look at Krysalis
(http://www.interakt.ro/products/Krysalis/index.php).

Andrei


"Stefan Bogdan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
hello
i'm trying to make a pattern for an economic document using xml
ex
<document id='unique' name='document_1'>
    <fixpart>
            <field id= 'id' visible='true' name='id' type='numeric'
htmltype='textbox'>
            </field>
            <filed id='name' visible='true' name='name' type='select'
htmltype='select' sql='select 1,2 from table' value='1'>2
            </field>
            ........
   </fixpart>
    <mobilepart>
            ..........
    </mobilepart>

i need a class that work with this kind of document fast an that can
transform it quickly in html
ps: do you think it is a good aproach

thank you
sbogdan




____________________________________________________
  IncrediMail - Email has finally evolved - Click Here

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to