[PHP-DB] PHP & XML

2005-07-29 Thread Ng Hwee Hwee
Hi all,

My customer gave me an .xsd file and I need to generate an HTML form for him. 
He will then fill in the values of the elements and then post it into my 
database. I'm using PHP4.3 and MySQL3.23.

Can someone point me to resources where i can accomplish this?

Thank you!! Look forward to hearing from you!

Best regards,
hwee

Re: [PHP-DB] php / xml

2003-11-26 Thread Ignatius Reilly
The standard way is XSLT, for which PHP has excellent support.

However, it takes some effort to learn the language.
Get yourself "XSLT" by Michael Kay, Wrox Press.

HTH
Ignatius
_
- Original Message - 
From: "stefan bogdan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 26, 2003 08:32
Subject: [PHP-DB] php / xml


hello
i'm trying to make a pattern for an economic document using xml
ex




2


   

..


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

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



[PHP-DB] php / xml

2003-11-26 Thread stefan bogdan






hello
i'm trying to make a pattern for an economic document using xml
ex

    
            
            
            2
            
    
   
    
            ..
    
 
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

Re: [PHP-DB] PHP & XML

2001-12-07 Thread Bruno Gimenes Pereti

Don't know if will work but what if you try:

" ?>

I've nerver worked with XML but what I know is that you have to insert XML
code inside the html, like PHP. Another thing, I remember that my phpinfo()
used to show XML configuration.

I know it's not a real help and somebody will give a better answer but you
can try it.

Bruno.


- Original Message -
From: "Steve Haemelinck" <[EMAIL PROTECTED]>
To: "Brad S. Jackson (E-mail)" <[EMAIL PROTECTED]>; "Php-Db List
(E-mail)" <[EMAIL PROTECTED]>; "Php-Dev List (E-mail)"
<[EMAIL PROTECTED]>; "Php-General List (E-mail)"
<[EMAIL PROTECTED]>
Sent: Friday, December 07, 2001 4:53 PM
Subject: [PHP-DB] PHP & XML


> Hi Guys
>
> I am developing with PHP and XML. Now I experience some problem with the
> processing instructions of xml ()
> which causes PHP to return a parsing error.
> This is logical because  PHP.  Does anybody got an idea how to solve this problem without disabling
> the short-tags in the php.ini fiel ?
>
> Thx
>
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] PHP & XML

2001-12-07 Thread Steve Haemelinck

Hi Guys

I am developing with PHP and XML. Now I experience some problem with the
processing instructions of xml ()
which causes PHP to return a parsing error.
This is logical because http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]