[jdom-interest] xml-stylesheet href containing query portion not working

Jerome Jacobsen jerome.jacobsen at gentootech.com
Wed Jan 17 06:05:57 PST 2001


My xml file has the following xml-stylesheet PI:
<?xml-stylesheet href="http://myhost/DocServlet?id=46" type="text/xsl"?>

ProcessingInstruction.getValue("href") returns this:
http://myhost/DocServlet?id

I was expecting this:
http://myhost/DocServlet?id=46

Is this a bug?  This occurs in both JDOM 1.0B5 and the January 17,2001 JDOM
snapshot.

Thanks folks.




More information about the jdom-interest mailing list