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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AndyKnappJava

    Learning XML

    Have a look at www.w3schools.com and follow the threads on xml, xsl, xpath, schema, css etc as appropriate. If you don't have an editor already try the XRay editor from Architag - it's free and validates against schema.
  2. AndyKnappJava

    including xml file within an xml file

    Jimbob, I've inherited some code which does the following: a) Declares a namespace as a attribute to the main xml tag in your XML file as follows: xmlns:x="http://www.w3.org/1999/XML/xinclude" b) includes the XML from the external files (also in the XML file) as follows...
  3. AndyKnappJava

    Translating XML files using XSLT

    Hi All, I was planning on using the xslt functions to perform three translations on the same xml source file to populate three frames of a html webpage. It appears my System Administrator is not happy using a 'non-standard RPM release of PHP' and so this avenue has been close to me :-(. Is...
  4. AndyKnappJava

    Indexing into PDF File.

    Hi, I'm just at the feasibility stage of a new project and was wondering if it is possible to display the contents of a PDF file, indexed to a position determined by a hyperlink embedded with my XLM, within a HTML frame? Basically I want to provide hyperlinks from within my XML to relevant...
  5. AndyKnappJava

    JAR Files

    Hi, Did you solve your problem? If so how? I'm reading in .gif files for a button icon and even though the ImageIcon constructor is not throwing an exception (implies the gif file was found OK and no permission failures occured) the icons are not being drawn on the buttons. These blank...
  6. AndyKnappJava

    Loading .gif files using ImageIcon in Applets

    Thanks Pete, I'm still reading through the Security in Java Trail on the sun tutorial: http://java.sun.com/docs/books/tutorial/security1.2/TOC.html but am failing to see why I need to generate a signed applet if all I'm trying to do is read a .gif file from the same location on a webserver as...
  7. AndyKnappJava

    Loading .gif files using ImageIcon in Applets

    Hi, I'm trying to read in an icon for a button using the ImageIcon constructor: ImageIcon icon = new ImageIcon( <file name> ); This is fine when the code is on my local machine or being run under AppletViewer, however when I try to run the applet through a web browser I get a...

Part and Inventory Search

Back
Top