php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #72725 Document what are allowed characters for XMLWriter::startElement's name
Submitted: 2016-08-01 12:43 UTC Modified: 2016-08-01 13:24 UTC
Votes:1
Avg. Score:1.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: bobik at ibobik dot cz Assigned:
Status: Open Package: XML Writer
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bobik at ibobik dot cz
New email:
PHP Version: OS:

 

 [2016-08-01 12:43 UTC] bobik at ibobik dot cz
Description:
------------
This code will return nothing because of brackets characters in the tag name:

writer->startElement("tag-(with)-brackets");

On the http://php.net/manual/en/function.xmlwriter-start-element.php should be documented what characters should not be there.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-08-01 13:24 UTC] cmb@php.net
From reading the description of $name ("The element name."), I
would assume that any valid XML Name as specified by the
respective XML standard[1] is allowed.

Note also that XMLWriter::startElement() is supposed to raise a
warning, if an invalid $name is given, see
<https://3v4l.org/OurBC>.

[1] <https://www.w3.org/TR/REC-xml/#NT-Name> for XML 1.0
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 00:01:29 2024 UTC