Jeremy Reynolds wrote:
I'm new to XML. I'm just now learning about XML tags and how an XML
Style Sheet can be used to "filter" or "format" the data. Something
missing in my mind is how to "submit" the XML to the XSLT though. If
the XML page contained a path to the XSLT page, that would make s
I'm new to XML. I'm just now learning about XML tags and how an XML
Style Sheet can be used to "filter" or "format" the data. Something
missing in my mind is how to "submit" the XML to the XSLT though. If
the XML page contained a path to the XSLT page, that would make
sense. But I haven't r
Question. I need to get one value out of an xml document.
...
Desserts
...
what do I need to do?
$xml_parser = xml_parser_create();
xml_parser_set_option($xml_parser, XML_OPTION_CASE_FOLDING, true);
xml_set_element_handler($xml_parser, "", "");
something like this? or not quite?
_
AIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 03, 2003 10:06 AM
Subject: [PHP] XML Question
>
> what does "harvest" mean? what would the function "harvest" do?
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To un
what does "harvest" mean? what would the function "harvest" do?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
5 matches
Mail list logo