Home » Directory

Programming

Problem dealing with double quotes in InnerHTMLSat, 30 Dec 1899 00:00:00 GMT

On Dec 11, 8:27 pm, Mahernoz <maher...@gmail.comwrote:Quote:Originally Posted by On Dec 11, 2:54 pm, RobG <rg...@iinet.net.auwrote:[...]Quote:Originally Posted by Quote:Originally Posted by Given:>Quote:Originally Posted by <p onclick="alert(this.innerHTML);">get "innerHTML"<...

Comments (4) | Promote | Bookmark

XPath HelpSat, 30 Dec 1899 00:00:00 GMT

I have the followign XML document format.<Asset><App Name="Title" Value"Pigs" /><App Name="Rating" Value"G" /></Asset>I'm trying to figure out how to display the Title's value but beingsorted by the Rating's value.So far I have.Displays title: Asset_Metadata/App_Data[@...

Comments (3) | Promote | Bookmark

help with interpreting quots in XMLSat, 30 Dec 1899 00:00:00 GMT

Hi,I have an XML document and a XSLT document as shown below:THe XSLT document brings back a filtered document that has the VendorName that starts with a particular sub-stringThis works as expected with alphabet and number characters and the ' (single quote ' entity) character but does not...

Comments (3) | Promote | Bookmark

form parametersSat, 30 Dec 1899 00:00:00 GMT

I have this form see, and when they click on submit, or whatever, I need a variable to be sent to the next page. I have this <form action="apps.php?form=application" method="post"><input type="hidden" value="yes" name="agree"><input type="submit" vlaue=submit" name="I Agree">no...

Comments (3) | Promote | Bookmark

body tag onload event does not fireSat, 30 Dec 1899 00:00:00 GMT

I modified a page in an old application to add a body tag onload event. However, the body tag onload event does not fire. I traced the problem to the following line in some JavaScript menu code that is being included and executed in the page:code:window nload=f31where f31 is a menu function.If...

Comments (3) | Promote | Bookmark

XSLT in MVC model?Sat, 30 Dec 1899 00:00:00 GMT

I posted this Q in the XML certification, but couldn't get any answers.I am familiar with XML but new to XSLT.Can somebody explain me the use of XSLT in a web application that uses MVC architecture(JSP-view, Servlet-Controller, EJB-Model)?An example would be great!thanks,...

Comments (3) | Promote | Bookmark

question about XML bookSat, 30 Dec 1899 00:00:00 GMT

I am curious about the applicability of your book in the context of J2EE and web services.Any insight will be appreciated.Dan....

Comments (2) | Promote | Bookmark

split() one document.frames not allowedSat, 30 Dec 1899 00:00:00 GMT

Hi,I want to split the result fromwindow.frames['data_frame'].document.location;, this in order to findout which page is currently opened in the specific frame. When I do itlike this:var source = window.frames['data_frame'].document.location;// var source = "W3Schools is grea...

Comments (2) | Promote | Bookmark

Removing portions of generated XMLSat, 30 Dec 1899 00:00:00 GMT

Is there a way to remove the header of the generated XML and the rowidattributename from the row element using xmlgen package?<?xml version = '1.0'?> <--REMOVE THIS<negotiation_row eno="57388"> <--REMOVE THIS...

Comments (2) | Promote | Bookmark

Population of Oracle DBs from XML?Sat, 30 Dec 1899 00:00:00 GMT

--Forgive me if I haven't fully understood Oracle's new XML parserfor Java, but is it possible to >>directly<< populate an Oracledatabase from an XML file or do you have to use the Java parser.As a developer using Delphi it would be most useful to have ageneric XML to table conve...

Comments (2) | Promote | Bookmark

Text clipping. How can I fix this?Sat, 30 Dec 1899 00:00:00 GMT

I am using ASP.net (should be transparent in this case).The page is generated alright. The page has fieldset, divs and tablesand other HTML elements like text box, drop downs etc; all arestandards. Also, the page is formatted/decorated using CSS.Here is the issue:HTML generated is alright. Excep...

Comments (2) | Promote | Bookmark

IE vs. MozillaSat, 30 Dec 1899 00:00:00 GMT

This question may be a little broad, but... in your opinion, what are the top three or four CSS "gotchas" to look out for when designing for both IE and Mozilla/Firefox?TIA![ October 09, 2007: Message edited by: Bear Bibeault ]...

Comments (1) | Promote | Bookmark

mshtml does not generate valid XHTML?Sat, 30 Dec 1899 00:00:00 GMT

Hi All,I am generating a (X)HTML page in an IE webbrowser control (housed by a .NetWinForm application) from a XML file using XSLT (usingMsxml2.DOMDocument.4.0). When the user clicks a button, control is returnedback to the WinForm application where I use mshtml to get a portion of theweb page (...

Comments (1) | Promote | Bookmark

Hyper link not working :(Sat, 30 Dec 1899 00:00:00 GMT

Hi I am beginner to XSL and I tried out one small sample...I have IE 5.0 and my program should run in this version.please find my attached zip code...I am attaching .xml, .xsl, .html(the source after running the .asp file) and .asp file....Here hyperlinks are not working...please help me in fin...

Comments (1) | Promote | Bookmark

GENERATE XMLSat, 30 Dec 1899 00:00:00 GMT

I have an Oracle 8.1.6 database and would like to be able to generate an output file that contains the results of a SELECT * from table_name - the output file that is generated must be in XML format.There are no XML type packages loaded on this database and we are not running any Java type servi...

Comments (1) | Promote | Bookmark

Screen & monitor resolution testingSat, 30 Dec 1899 00:00:00 GMT

I work on a 19" monitor. To approximately test different resolutions,I use "Sizer" software (http://www.brianapps.net/sizer.html) to testin 800x600 and 460x800. However, that is viewing the screen on mymonitors 0.24 mm Dot Pitch.I can pick up used 15" monitors for under $50, and my graphics card...

Comments (1) | Promote | Bookmark

Scroll 2 select lists at onceSat, 30 Dec 1899 00:00:00 GMT

I have 3 select lists that I want to scroll at the same time at the same rate. If I scroll the first the corresponding values in the other 2 select lists should scroll along with the first one. Anyone have an good ideas on how to accomplish this? Thanks in advance.Rob...

Comments (1) | Promote | Bookmark

Returning XMLNode from methodsSat, 30 Dec 1899 00:00:00 GMT

V wrote:Quote:Originally Posted by I am returning an XmlDocument object from a WebMethod of a webservice. Howwould the person who is writing the client application know the schema of theXmlDocument? Is there a way I can specify the schema declaratively.You can include a hint to the schema with a...

Comments (1) | Promote | Bookmark

Document object XML fileSat, 30 Dec 1899 00:00:00 GMT

Hi,I am a beginner of XML.If I have a Document object, how can I make an XML file out of the Documentobject so that I can read the XML file using a text editor?[ October 31, 2002: Message edited by: Mike Yu ]...

Comments (1) | Promote | Bookmark

sgml from xml for FrameMakerSat, 30 Dec 1899 00:00:00 GMT

Dear All,I would like to create a table in FrameMaker (Adobe) from xml.As I have no experience with FrameMaker import and SGML at all, I needsome help.My imagination is to use an XSLT to create SGML from my XML data andthen import the SGML into FrameMaker.What I would need is some tiny ewxample...

Comments (0) | Promote | Bookmark