Move XmlSelect to its own file
authorGeoffrey Mon <geofbot@gmail.com>
Tue, 2 Jun 2015 23:43:45 +0000 (19:43 -0400)
committerLegoktm <legoktm.wikipedia@gmail.com>
Wed, 3 Jun 2015 03:26:01 +0000 (03:26 +0000)
commit8007e25308a3084b0dcc3b0ede11604a652bda77
tree71f543e151251f3031768426e76147e209310ae5
parent833bdbab37cda3fabe8b69067bf1637a301c6af5
Move XmlSelect to its own file

Move the XmlSelect class to its own file to make it easier to find
and utilize.  Helps prevent the use of unnecessary
Html::openElement, Html::element, etc.

Bug: T93234
Change-Id: I66119a2d0eda15569de06c493a0ee302f21deb3f
autoload.php
includes/Xml.php
includes/XmlSelect.php [new file with mode: 0644]