[
https://issues.apache.org/jira/browse/CONFIGURATION-555?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dwayne Smurdon @ Predictable Data updated CONFIGURATION-555:
------------------------------------------------------------
Description:
if I give this in the configuration:
<test xml:space="preserve"> a b c </test>
It does not seem to preserve the whitespace on the current node. However, if I
do
<space xml:space="preserve>
<test> a b c </test>
</space>
it does preserve it. I would like to be able to turn on whitespace preservation
on the current node without changing the path to my node.
I tested my values by printing out values retrieved from getList() method.
was:
if I give this in the configuration:
<test xml:space="preserve"> a b c </test>
It does not seem to preserve the whitespace on the current node. However, if I
do
<space xml:space="preserve>
<test> a b c </test>
</space>
it does preserve it. I would like to be able to turn on whitespace preservation
without changing the path to my node.
I tested my values by printing out values retrieved from getList() method.
> XMLConfiguration doesn't seem to be preserving whitespace for the current
> node where xml:space="preserve" is set.
> -----------------------------------------------------------------------------------------------------------------
>
> Key: CONFIGURATION-555
> URL: https://issues.apache.org/jira/browse/CONFIGURATION-555
> Project: Commons Configuration
> Issue Type: Bug
> Affects Versions: 1.9
> Environment: Windows 7, Java 7 64 bit.
> Reporter: Dwayne Smurdon @ Predictable Data
> Labels: xml:whitespace
>
> if I give this in the configuration:
> <test xml:space="preserve"> a b c </test>
> It does not seem to preserve the whitespace on the current node. However, if
> I do
>
> <space xml:space="preserve>
> <test> a b c </test>
> </space>
> it does preserve it. I would like to be able to turn on whitespace
> preservation on the current node without changing the path to my node.
> I tested my values by printing out values retrieved from getList() method.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira