> Michael Alaimo wrote:
>> Hello All,
>>
>> I have an XML document that has elements as such:
>>
>>
>> Test/Query:Equal>
>>
>>
>>
>>
>> I cannot figure out how to access these with simple xml. I am not
>> opposed
>> to a DOMDocument solution eit
Shawn McKenzie wrote:
Michael Alaimo wrote:
Hello All,
I have an XML document that has elements as such:
Test/Query:Equal>
I cannot figure out how to access these with simple xml. I am not opposed
to a DOMDocument solution either.
Would an
Shawn McKenzie wrote:
> Shawn McKenzie wrote:
>> Please keep this on list.
>>
>> The URI for the namespace is important. Something like (not tested):
>>
>> | ||// use URI for Query namespace|
>> | foreach ($xml->children('http://www.example.com/something') as $Query) {
>> echo $Query->Wher
Shawn McKenzie wrote:
> Please keep this on list.
>
> The URI for the namespace is important. Something like (not tested):
>
> | ||// use URI for Query namespace|
> | foreach ($xml->children('http://www.example.com/something') as $Query) {
> echo $Query->Where;
> }
> ||
> |
> Michael A
Please keep this on list.
The URI for the namespace is important. Something like (not tested):
| ||// use URI for Query namespace|
| foreach ($xml->children('http://www.example.com/something') as $Query) {
echo $Query->Where;
}
||
|
Michael Alaimo wrote:
>> What's the entire XML docume
Michael Alaimo wrote:
> Hello All,
>
> I have an XML document that has elements as such:
>
>
> Test/Query:Equal>
>
>
>
>
> I cannot figure out how to access these with simple xml. I am not opposed
> to a DOMDocument solution either.
>
> Would
6 matches
Mail list logo