The following comment has been added to this issue:

     Author: Julien Kirch
    Created: Thu, 23 Oct 2003 1:44 AM
       Body:
Sample 

project.xml :

###
<?xml version="1.0" encoding="iso-8859-1"?>
<project>
  <id>Foo</id>
  <name>The Marvelous Foo project</name>
</project>
###

navigation.xml :

###
<?xml version="1.0"?>
<project name="Foo">
  <body>
    <links>
      <item
          name="Changelog"
          
href="http://Foo/jira/secure/BrowseProject.jspa?id=10050&amp;report=changelog";
      />
    </links>
  </body>
</project>
###

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-734


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-734
    Summary: Ampersand being escaped twice during xml parsing
       Type: Bug

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-xdoc
   Fix Fors:
             1.1

   Assignee: 
   Reporter: 

    Created: Fri, 11 Apr 2003 6:12 AM
    Updated: Tue, 2 Sep 2003 9:07 PM
Environment: Maven, xml parsing

Description:
Within my Maven navigation.xml i would like to include a URL that includes parameter 
(&s).  So if I place &#x26; or &#38; after the xml is parsed the URL that is generated 
in the html files have '&amp;amp;' instead of an '&'
I have the xml encoding ISO-8859-1


contact [EMAIL PROTECTED]




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to