Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pie3141516

  1. pie3141516

    Adobe ActiveX and Delphi

    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.
  2. pie3141516

    Problem displaying <![CDATA[]] with IE and Mozilla

    please excuse the duplicate post. i accidentally hit submit twice.
  3. pie3141516

    Problem displaying <![CDATA[]] with IE and Mozilla

    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...
  4. pie3141516

    Display image w/ &lt;img datasrc&gt; and xml

    You are brilliant beyond belief! Thanks a zillion! The syntax worked.
  5. pie3141516

    Display image w/ &lt;img datasrc&gt; and xml

    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...
  6. pie3141516

    CDATA syntax question

    Thank you. It worked. You are brilliant! ~LCarroll
  7. pie3141516

    CDATA syntax question

    I am really struggling with the following three lines of code: <td> <xsl:value-of select="translate(a:Content/a:Text,' ','&#xA0;')" /> </td> My xml snippit is simple: <Content><Text><![CDATA[ENT / EYES: normal GI: normal NEURO: normal GU: normal SKIN: normal MS / LYMPH: normal...
  8. pie3141516

    CDATA syntax question

    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...
  9. pie3141516

    CDATA syntax question

    I figured it out! I modified the CSS! ~LCarroll
  10. pie3141516

    CDATA syntax question

    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[ ]]>...
  11. pie3141516

    CDATA syntax question

    Thanks a gazillion!!! It worked! It is always amazing to me how a few well chosen letters of the alphabet can move mountains. Thanks again! ~LCarroll
  12. pie3141516

    CDATA syntax question

    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...
  13. pie3141516

    CDATA syntax question

    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...

Part and Inventory Search

Back
Top