Issue Details (XML | Word | Printable)

Key: XALANJ-611
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Brian Minchau
Reporter: julian.reschke
Votes: 5
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
XalanJ2

HTML output serializes ampersand as "&" in HREF attributes

Created: 22/Oct/01 12:11 PM   Updated: 11/Dec/07 04:57 PM
Return to search
Component/s: Serialization
Affects Version/s: 2.7
Fix Version/s: 2.7.1

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works patch.to.ToHTMLStream.txt 2006-03-08 01:43 PM Brian Minchau 1 kB
Environment:
Operating System: All
Platform: All

Bugzilla Id: 4328
Xalan info: PatchAvailable
Resolution Date: 10/Mar/06 02:16 AM


 Description  « Hide
Using the HTML output method, an ampersand is serialized as "&". It should
be "&".

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #384575 Thu Mar 09 18:14:57 UTC 2006 minchau Added a special case for '&' when outputting an attribute
value that is a URI in HTML output. Committing the fix for
XALANJ-611
Files Changed
MODIFY /xalan/java/trunk/src/org/apache/xml/serializer/ToHTMLStream.java