You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/29 23:00:05 UTC

[jira] Commented: (MPXDOC-47) Ampersands in navigation.xml being escaped twice during xml parsing

The following comment has been added to this issue:

     Author: Julien Kirch
    Created: Thu, 29 Jul 2004 2:23 AM
       Body:
Please reopen it, cause it still occurs and here's a sample (as the issue is closed I can't attach a file).

Note than solving this issue will probably cause the way the issue MPXDOC-92 is fixed.

#######
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Foo">

  <title>Bar</title>
  <body>

    <links>
      <item
          name="http://foo&amp;bar"
          href="http://foo&amp;bar"
      />
      <item
          name="Maven xdoc plugin changelog"
          href="http://jira.codehaus.org/secure/BrowseProject.jspa?id=10355&amp;report=changelog"
      />
    </links>

  </body>
</project>
#######
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPXDOC-47?page=comments#action_22476

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPXDOC-47

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPXDOC-47
    Summary: Ampersands in navigation.xml being escaped twice during xml parsing
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: CANNOT REPRODUCE

 Original Estimate: 0 minutes
 Time Spent: Unknown
  Remaining: 0 minutes

    Project: maven-xdoc-plugin

   Assignee: 
   Reporter: Andrew Mace

    Created: Fri, 11 Apr 2003 6:21 AM
    Updated: Thu, 29 Jul 2004 2:23 AM

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




---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org