Drupal breaks when serving as an XML document. See here for why I am doing that. As per the exmaple of Section 9.8.1.2 of this page as well as the forms section of this page, the select tag should not be <select name="foo" multiple size="bar"></select>, but rather <select name="foo" multiple="multiple" size="bar"></select>.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Brian@brianpuccio.net’s picture

FileSize
670 bytes

One line patch (my first, so if I did it wrong, let me know so I stop doing it wrong, I followed the instructions in the documentation) attached for review.

Dries’s picture

Committed to the DRUPAL-4-3, DRUPAL-4-4 and HEAD branch. Thanks Brian.

Brian@brianpuccio.net’s picture

Component: taxonomy.module » base system
FileSize
1.83 KB

I'm sorry, I should have been more complete the first time through, I've found it in other spots as well. Patch attached.

Brian@brianpuccio.net’s picture

FileSize
1.83 KB

And this is what I get for not checking it first. Ignore the first.

Dries’s picture

Committed to the DRUPAL-4-4 branch and to the HEAD branch. Thanks. (I had to fiddle with the patch a bit though.)

Anonymous’s picture