Question...
Using the Adobe ActiveX TPdf component,
is there a way to load an xml file
into a pdf programmatically using
Delphi?
I can load a pdf, but I cannot pull
in the xml that contains the
data.
Any help/snippet would be appreciated.
I use a style sheet to display xml code.
I am having a problem with rendering a <![CDATA[]]> segment in Mozilla. It works well with Internet Explorer.
Here is a link to the xml:
http://www.legacypress.com/err/ccr_John_Martin_Doe.xml
Open the link with IE, then with Mozilla.
(I use Mozilla ver...
Greetings,
I am having great difficulty displaying a
Photo with a stylesheet within a table dynamically.
I believe the following line
<img datasrc="#demographics" datafld="File" border="0" alt="Patient Photo" />
is causing the problem,
but I do not know how to fix it.
Any help would be...
I am really struggling with the following three lines of code:
<td>
<xsl:value-of select="translate(a:Content/a:Text,' ',' ')" />
</td>
My xml snippit is simple:
<Content><Text><![CDATA[ENT / EYES: normal
GI: normal
NEURO: normal
GU: normal
SKIN: normal
MS / LYMPH: normal...
Any help would be so greatly appreciated.
Here are the two problems.
1. From a previous post, I use a CDATA with a "translate" statement to output formatted text. It works well in another segment of the style sheet. However, it does not work in the snippit below. The CDATA text is not fomatted...
Could you please answer one last question...
My defaultCCS sets the font-size and font-family
of the entire document:
*{
font-size: small;
font-family: Arial, sans-serif;
}
h1{
font-size: 150%;
}
Is there a way to set the font family in just
the NTESegment element, inside the <!CDATA[ ]]>...
I am having great difficulty with "whitespace" and xml:
Here is an xml snippit:
<Test>
<NTESegment><Text><![CDATA[ Coronary Heart Disease Risk Table]]></Text></NTESegment>
</Test>
<Test>
<NTESegment><Text><![CDATA[ Men...
Can someone tell me the correct syntax to recognize a CDATA segment?
I need to know how to tell the difference between the following two sample lines:
<Description><Text>asd asd asd</Text></Description>
and
<Description><Text><![CDATA[asd asd asd]]></Text></Description>
I have tried using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.