[jira] Commented: (LOG4NET-34) Allow xml config values to be set via XmlNodeType.CDATA or XmlNodeType.Text rather than just value="foo"

2005-06-16 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-34?page=comments#action_12313844 ] Nicko Cadell commented on LOG4NET-34: - Multiple CDATA sections will be concatenated together on a single line. Empty text nodes will be ignored (by the parser). To embed

[jira] Commented: (LOG4NET-34) Allow xml config values to be set via XmlNodeType.CDATA or XmlNodeType.Text rather than just value="foo"

2005-06-15 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-34?page=comments#action_12313724 ] Ron Grabowski commented on LOG4NET-34: -- The code actually takes the first text or CDATA. That allows a comment to come before the text. Another general benefit of being

[jira] Commented: (LOG4NET-34) Allow xml config values to be set via XmlNodeType.CDATA or XmlNodeType.Text rather than just value="foo"

2005-06-15 Thread Nicko Cadell (JIRA)
[ http://issues.apache.org/jira/browse/LOG4NET-34?page=comments#action_12313723 ] Nicko Cadell commented on LOG4NET-34: - It is possible to embed < and > in the current attribute value, just escape using < and > I will have a look at the impact of your