>>>>> "RC" == Randall Clark <[EMAIL PROTECTED]> writes:
RC> I have tried to view a document that has the image tag. It gives
RC> me the message: "The attribute 'xlink:href' of the element <image>
RC> is required. The image tag is in the document with the xlink:href
RC> attribute. Is this tag not yet supported by batik? Or maybe I am
RC> missing something?
You don't declare the xlink namespace in your document, I
always use something like the following for my 'svg' element:
<svg width="400" height="200" viewBox="0 0 400 200"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
RC> Thanks for any help.
Hope it helps.
RC> Here is my document:
RC> <?xml version="1.0" standalone="no"?> <svg width="512.4px"
RC> height="808.8px"> <title>generated by pstoedit version:3.31 from
RC> Randall_Clark1387.ps</title> <g
RC>
style="stroke:none;fill:#91c9ff;text-rendering:optimizeLegibility;font-size:26.88;font-family:Helvetica-Bold;">
RC> <text transform="matrix(1 -0 -0 1 30.72 68.832)">MBMC</text> </g>
RC> <g
RC>
style="stroke:none;fill:#91c9ff;text-rendering:optimizeLegibility;font-size:8.64;font-family:Helvetica-Bold;">
RC> <text transform="matrix(1 -0 -0 1 32.6399 81.888)">Hospital</text>
RC> </g> <g
RC>
style="stroke:none;fill:#7f007f;text-rendering:optimizeLegibility;font-size:17.28;font-family:Helvetica-Bold;">
RC> <text transform="matrix(1 -0 -0 1 131.52
RC> 65.76)">Outpatient Orders Summary</text> </g> <g
RC>
style="stroke:none;fill:#7f7f7f;text-rendering:optimizeLegibility;font-size:10.56;font-family:Helvetica-Bold;">
RC> <text transform="matrix(1 -0 -0 1 131.52
RC> 81.888)">April 29, 2002</text>
RC> </g> <g
RC>
style="stroke:none;fill:#7f7f7f;text-rendering:optimizeLegibility;font-size:10.56;font-family:Helvetica-Bold;">
RC> <text transform="matrix(1 -0 -0 1 333.12 81.888)">Final</text>
RC> </g> <image transform="matrix(0.166787 -0 0 0.166787 36.0671
RC> 189.104)" width="2560" height="3300"
RC> xlink:href="test.svg_imn1.png"></image> </svg>
RC> ---------------------------------------------------------------------
RC> To unsubscribe, e-mail: [EMAIL PROTECTED] For
RC> additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]