yunfish / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

XML namespaces #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello. Is there any way to use namespaces in the document? CSS3 | selector
-  http://www.w3.org/TR/css3-namespace/
Do You plan this functionality?

Original issue reported on code.google.com by viking...@poczta.onet.pl on 20 Aug 2008 at 9:19

GoogleCodeExporter commented 8 years ago
Ive briefly examined namespaces issue and it can be tricky to implement. At this
moment ive scheduled it for Milestone-Release2.0.

I will look at it closer and do some tests when dealing with issue #23 - XML
compatibility:
http://code.google.com/p/phpquery/issues/detail?id=23
Then it sould be more clear, and i will update this issue.

Sources im basing on:
 * http://www.w3.org/TR/xml-names/
 * http://www.w3.org/TR/css3-namespace/
 * http://php.net/manual/en/domxpath.registernamespace.php
 * http://people.ischool.berkeley.edu/~felix/xml/php-and-xmlns.html (outdated ?)

Original comment by tobiasz....@gmail.com on 27 Aug 2008 at 11:51

GoogleCodeExporter commented 8 years ago
First implementation efforts available in r295. Please test and post feedback.

Original comment by tobiasz....@gmail.com on 4 Nov 2008 at 3:20

GoogleCodeExporter commented 8 years ago
Some test OK for me.
But I don't really use it.

Original comment by nicolas....@gmail.com on 12 Nov 2008 at 8:48

GoogleCodeExporter commented 8 years ago
Query namespace|* selects all elements not those from specified namespace.

Original comment by viking...@poczta.onet.pl on 13 Aug 2009 at 9:23

GoogleCodeExporter commented 8 years ago
Query namespace|* selects all elements not those from specified namespace.

Original comment by mpstyle....@gmail.com on 4 Apr 2013 at 9:05