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 GMTI 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 GMTHi,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 GMTI 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 GMTI 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 GMTI 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 GMTI 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 GMTHi,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 GMTIs 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 GMTI 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 GMTThis 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 GMTHi 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 GMTHi 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 GMTI 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 GMTI 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 GMTI 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 GMTV 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 GMTHi,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 GMTDear 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...
I want to have a question on a web page and I have a combo box that holds five values in which the user can choose from and only 1 is correct. What I want the combo box to do is have the user choose an option an tell the user whether he/she is right or wrong. Can anyone help me with the code?...
Ive done quite a fair bit of Bash Scripting, and now Ive decided to make a program.Im wanting to design a mult-platform program(windows + Linux), with a graphical user interface. The program will need mainly the use of "grep" (In script terms) - searching patterns in strings with lots of control...
i don't know if any of you have had experience with online poker, but eventually i would like to make a program that bares many similarities to these, such as lot's of users networked, continuos network updating, generally a very dynamic gui. I though about using html within a basic window...
Somehow I managed to avoid taking a LISP class in college. But readingPaul Graham's book has piqued myinterest in using LISP for cgi stuff.So, I need replacements for PERL regular expressions, cgi.pm and a wayto talk to MySql/POSTGRES.Any suggestions?Thanks,Joe...
I have configured my IIS server with tomcat to execute servlet. Now I want to know Are there any security concerns? ...
I have some trouble to understand the phisical meaning of the coherefunction in general.I'm aware it is not a question about the MATLAB code itself, butcould someone help me any way.Bye,Alessandro...
I've created rectangular coordinate system and a triangle movie clip and two buttons by which would like to be able to create a reflected image of the triangle movie clip according to x or y axis.I'm a math teacher so I want to create different geometrical functions with objects. For instance,...
Hi, I am using the EditCurrentRecord web bean to render an HTML form. I am attempting to display the following fields in my HTML form (thru EditCurrentRecord web bean) FirstName, LastName, UserName, Password,Email, Street, City,State, Zip (all based on a view object).I have modified all the fiel...
How do i make the effect of waves moving in the ocean using flash?>Sarah...
All,I'm looking for a way to hide opened windows in X, these windows can beusing any widget-set so it will not target gtk, qt, motif, etc directly(I know how to do it in gtk for example, but this will only work for gtkapps ofcourse).Just an easy way to select a certain window and hide it, i...