3,634 Topics

Member Avatar for
Member Avatar for hanifa

This is my input.xml file. [URL="http://paste.plone.org/12516"]input.xml[/URL] This is my output.xml [URL="http://paste.plone.org/12518"]output.xml[/URL] This is xsl transformer file. [URL="http://paste.plone.org/12523"]tranformer.xsl[/URL] Hi guys, looks at the commented sections in all the three files. Thanks for any help.. Basically i need help in modifying the transformer file. So that the <extendedattributes> tag in the input …

Member Avatar for MattEvans
0
95
Member Avatar for nephros

I need to complete a task, although I am not quite sure how? The task is to create a very unusual search system for a car rental site. There is a database of cars that the rental company possesses, and when the user specifies the rental dates - the list …

Member Avatar for nephros
0
104
Member Avatar for Mushy-pea

Hello everyone. I'm working on getting threads of replies to work in my forum system. I'm using this function: [code=perl] sub read_fields { my($offset1, $offset2, $offset3, $offset4, $this_offset, $result, $n, $dbase, $data, @field_name, @name_length, $num_fields, $m, $check, $check2, $primary_key, $action, @passed_array); ($offset1, $offset2, $result, $dbase, $num_fields, $m, $action, $primary_key, @passed_array) …

0
61
Member Avatar for hanifa

Hi guys i am pretty new to XML. Well I have transform a xml file in format A(let's say) to format B. By surfing the websites, I found that XLST can do this.But these 2 formats dun not neccesarily have easy transforms like tag-to-tag. They can be transformed from tag-to-tag,tag-to-attribute …

Member Avatar for MattEvans
0
103
Member Avatar for fray

I am wanting to replace the two values 560, 420 with two xml variables in the following code <a href="#" onmouseover="zoom(560,420,'logo','in')" onmouseout="clearzoom()">Zoom Out</a> I have tried the following without success: <a href="#" onmouseover="zoom("<xsl:value-of select='imagesize/@width'/>","<xsl:value-of select='imagesize/@height'/>",'logo','in')" onmouseout="clearzoom()">Zoom In</a> Zoom is a Javascript function in the xsl code - function zoom(originalW, originalH, …

Member Avatar for MattEvans
0
92
Member Avatar for hkinser

Near completing my password storage program and down to the part where I would like to write the listview data to an XML file (for later encryption). If writing to an XML file won't work, then just outputting the data to a regular text file will work in the interim. …

Member Avatar for iamthwee
0
90
Member Avatar for itchap

Hey, I came across this question, this is the 1st time I write a XML file, and I have no idea if my work is correct, or if thats how its supposed to be.......please give me your feedback: Consider the following XML file that describes a pizza: An order for …

Member Avatar for jwenting
0
76
Member Avatar for Suril :)
Member Avatar for jwenting
0
82
Member Avatar for ShipraSingh

I get the following error message when I try to test Apache SOAPServer by pointing my browser to [URL]http://localhost:8080/soap/servlet/rpcrouter[/URL] [B]exception[/B] javax.servlet.ServletException: javax/mail/MessagingException org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:848) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:781) org.apache.jsp.admin.undeploy_jsp._jspService(org.apache.jsp.admin.undeploy_jsp:105) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) [B]root cause[/B] java.lang.NoClassDefFoundError: javax/mail/MessagingException org.apache.jsp.admin.undeploy_jsp._jspService(org.apache.jsp.admin.undeploy_jsp:55) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) I have set my class path's to: ;C:\jakarta-tomcat-4.0.1\common\lib\xerces.jar;C:\soap-2_3\lib\soap.jar;C:\soap-2_3; …

Member Avatar for jwenting
0
165
Member Avatar for millanskie

Is it possible to use XML file on connecting / sending / receiving data from the client to the server or vise versa. If this is possible can anybody help me about this problem of mine... Please give a simple sample of your solution on how to solve this.... Thanks …

0
56
Member Avatar for nephros

Hello Everyone, I need to complete a task, although I am not quite sure how? The task is to create a very unusual search system for a car rental site. There is a database of cars that the rental company possesses, and when the user specifies the rental period - …

Member Avatar for nephros
0
149
Member Avatar for vipindas

hi, In my new project i have to deal with php,xml and flash. here r the details. 1.i have to store a flash movie in the database. 2.on a mouseclick over a certain photo the flash movie should start playing.(these datas r stored in the database) 3.requirement is that xml …

Member Avatar for Puckdropper
0
64
Member Avatar for evank

I'm trying to implement an AJAX solution for exporting tabular data on a page in certain formats, and i've determined that the best way to do this (for my purposes) is to grab the innerHTML of a table, send it off to a server-side script for processing into alternate formats, …

0
71
Member Avatar for NuGG

I have multiple pages with the same information on them (forthcoming events information), and when that information needs to be changed i have to change every page which takes time. I was wondering if XML can be used to change the information on the pages by editing one central XML …

Member Avatar for jwenting
0
130
Member Avatar for Kiran1

[COLOR=#000000]What is main function of SOAP message for web services:[/COLOR] [COLOR=#000000] a) Web service server configuration b) XML form of method invocation c) XML form of signatures of exposed business logic methods d) Semantic specification of Web services [/COLOR]

Member Avatar for jwenting
0
46
Member Avatar for khusani

hey all, i have an ASP.NET application which was developed under VS2003. the application has a project for webservices, now i'm trying to convert it to VS2005 using the migration guide (you can find it in [URL]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/webprojectsvs05.asp[/URL]). anyways, after converting, i build the application to check the build errors, and …

0
69
Member Avatar for Exelio

hi, I am creating a rss feed for a blog site. I am able to create the rss(XML file). I would want to implement paging in the xml file created. say i would like to display only 5 items per page in the rss feed(XML file) instead of the entire …

0
57
Member Avatar for khusani

Hey all, I got this problem regarding storing array of bytes (Length=589824) inside an XML document. i tried using a memory stream and it did not work. i also tried the following lines of code: System.Text.Encoding.UTF8.GetString(Memory Stream.ToArray()); System.Text.Encoding.UTF8.GetString(byte[]); the result was an empty string resulting inside the XML. NOTE: i …

Member Avatar for Venjense
0
111
Member Avatar for Taps

hello.. allCan any one guide me how shall I start with documentation for build.xmlI have to write document for build.xml which I have built.. but, I am not upto with good... idea and how to start up... with this document... Any one of you can just send me some Index …

0
56
Member Avatar for MattEvans

I was playing around with XMLHTTPRequests recently, let me just start this by saying I prefer to never have a single JavaScript requirement... so my use of the request is merely... icing on a big webcake. anyway.. In offline testing I can create requests ONLY in IE... in online tests …

Member Avatar for MattEvans
0
122
Member Avatar for kermit007

I am trying to build the following Java XML Element as part of a XML Document using JDOM: <objectPath xsi:type="ns1:CIMObjectPath"> But you can't put colons in Elements with JDOM, so how exactly would i create the above Element? Any assistance would be greatly appreciated.

0
61
Member Avatar for moodi24

I am conducting a research on the development of OLAP applications using JAVA language and SQL server Analysis Services 2005. For this, I am using XMLA for communication and also the SOAP API's. I have previously developed an application using sql Server Analysis Services 2000. Can any one tell me …

0
76
Member Avatar for bazmanblue

can somone tell me what this means and how to fix it please [xML] Invalid at the top level of the document. Error processing resource 'http://freeaddsgalore.me.uk/sitemap.xml'. Line 1, Pos... [COLOR=blue]<?xml version="1.0" encoding="ISO-8859-1"?>[COLOR=blue][/COLOR][/xml][/COLOR]

Member Avatar for katarey
0
128
Member Avatar for msaenz

Hi, I am trying to parse multiple xml files with sax using python but i for some reason i am having an issue: if someone can just help me get through this part, I would greatly appreciate it. It is parsing to get the attributes amount,unit and the ingredient name. …

0
66
Member Avatar for kermit007

I have been stumpted with this problem for a couple of days now and can't figure out what i am doing wrong. I am trying to build a XML Document object and then create a Envelope, which is where the problem occurs i get the an error when i try …

0
57
Member Avatar for tkamalad

"Hello Iam new to xml .. we have an xml file ..on testing this in a network management system we got an error saying error in parsing this xml file.. do we have any free xml parser to validate this xml file ? Pls let me know urgently .. Rgds …

Member Avatar for GreenDay2001
-1
136
Member Avatar for crestaldin

Hi everyone, I am new to XML in fact I am just about to really learn XML because I encoutered a lot of XML stuffs during my summer internship that ended a couple of weeks ago. I am plannning to get a book titled "Beginning XML " by David Hunter …

Member Avatar for GreenDay2001
0
200
Member Avatar for nisaa15

HI, Im relatively new to XML and was wondering how I could use DOM to produce a "per shop" report showing a list of the items available in the given shop (shop 1 first then 2), the item description, stock level and calculate a total value of the stock level …

Member Avatar for The Dude
0
179
Member Avatar for aman.tripathi

hi, My problem is that i have to insert label in tags in an xml file. ex. after inserting, each tag should look like this : <udf_01 label="Eye Color">yes</udf_01> here , 'udf_01' is the column name and 'yes' is the for this column. i have to insert the label inside …

0
60
Member Avatar for JyotiKulkarni

I am MS Toolkit 2.0,for creating a soap client. I am able to connect to server and get the response ,but when I try to load XML programmatically,its not getting loaded. What could be the problem? Reader->loadXML(someparameteristhere);

0
74

The End.