3,634 Topics

Member Avatar for
Member Avatar for bad rabbit

hello, I hope someone can help me, this sounds stupid but i just keep getting wrong host name or password message and it's on all of my sites so seems to be a problem with dreamweaver and not the server. can anyone help? would be gratefull! thanx Bad Rabbit

0
60
Member Avatar for sadhawan

Hi Guys i am trying to insert xml file in database but i am getting this error text/xmldecl not at the beginning of input.Can anyone tell me how to fix this. thanks

Member Avatar for nick.crane
0
509
Member Avatar for manikandan_dani

Hi, I am developing web application using JSF2.0 along with netbean6.8 IDE. In this project, i use rich faces 3.3.2. when i run the application, it throws the following error deploy?path=C:\Documents and Settings\workplace\JSF3\build\web&name=JSF3&force=true failed on GlassFish v3 Domain C:\Documents and Settings\workplace\JSF3\nbproject\build-impl.xml:598: The module has not been deployed. BUILD FAILED (total …

Member Avatar for ahmed.faraz
0
153
Member Avatar for hnmcc

I am very much a newbie with XSL, so apologies for that! I'm modifying an XSL stylesheet, the purpose of which is to display as HTML output from a search engine. The inbound XML is repetitive: <response> is root, and it holds some header information; then there's a node called …

0
56
Member Avatar for soumya_mjmder

Hi guys..i have a XML: <?xml version="1.0" ?> <EmployeeDetails> <Employee EmployeeName="Johnny" EmployeeId="209007" CompanyName="ABC Inc." CompanyAddress="Bangalore" ContactNo="0000000" /> <Employee EmployeeName="JohnnyDepp" EmployeeId="78452" CompanyName="ABC Inc." CompanyAddress="Bangalore" ContactNo="0000000" /> <Employee EmployeeName="JohnnyStechhino" EmployeeId="45678" CompanyName="ABC Inc." CompanyAddress="Bangalore" ContactNo="0000000" /> <Employee EmployeeName="JohnDoe" EmployeeId="45981" CompanyName="ABC Inc." CompanyAddress="Bangalore" ContactNo="0000000" /> <Employee EmployeeName="Soumyadeep" EmployeeId="12345" CompanyName="ABC Inc." CompanyAddress="Bangalore" ContactNo="0000000" /> </EmployeeDetails> …

Member Avatar for NormR1
0
4K
Member Avatar for tleisher

Hi, I have two websites. I have an RSS feed from one that I want to host on the other, just the headlines and links back to the second website... Right now I'm using SimpleXML and fopen/fclose to bring in the XML documents. But for some reason it's not working... …

Member Avatar for Vivekkrgupta
0
128
Member Avatar for davidb123

Hi, I'm trying to get an xml file using an xmlhttprequest with the GET method. My request works fine with any browser except internet explorer. This one send no http request at all. (using wireshark to monitor). I thought about a caching issue but it should work at least once. …

Member Avatar for fxm
0
2K
Member Avatar for AKSWCPL

Hello All, Pl help me out, I'm having one web URL when i'm passing some parameters onto that it is returning a XML data file Now i want to save that data into my SQL server 2008 database. Prat

0
50
Member Avatar for Member 785689

Hello Everyone, I am fairly new to xml and xslt/xpath, but I am hoping someone can help me with the following problem: I have a software system that accepts a query and returns an xml file. I want to be able to use xslt to create an html table from …

Member Avatar for iceandrews
0
74
Member Avatar for hgbreton

Hi. I've got to write some code to get data from an XML document and turn it into C# objects. Problem is that the XML document will not always have the same nodes, since it is produced from a web form that people have filled in varying amounts of (which …

Member Avatar for hgbreton
0
154
Member Avatar for shilpajmensi

Hi... Can anybody give me some idea about how to write a xsl to generate expand/collapsable html tree structure for a xml file? Thanks

Member Avatar for pritaeas
0
140
Member Avatar for shilpajmensi

Hi, Need Urgent help..!!! I have a xsl to display all the xml elements in a html page. It works fine but i m not able to generate a proper indentation or format. Even a new line character doesnt work. I have pasted below the xsl ,Please help me out …

Member Avatar for shilpajmensi
0
188
Member Avatar for metalix

Hi there I am having some trouble with a script. What it does is uses the http request (similar to googles search suggestions) to replace the entire page content div, this works fine but some of these pages use javascript. one has a lightbox, another has contact form verification. is …

0
178
Member Avatar for thewannabe

Hello there. My aim is to use the Flickr API to extract details of only one photograph given a set of keywords. I have the request URL which (in a browser) returns XML much like the following: [CODE]<rsp stat="ok"> <photos page="1" pages="8951" perpage="100" total="895061"> <photo id="4503248539" owner="33965274@N08" secret="b60e5fcc27" server="2774" farm="3" …

Member Avatar for microtrends
0
310
Member Avatar for renoua

Hello, I have a xml file which has 106 books.. I xsl tranformed it and here: [CODE]<xsl:value-of select=" bioghist/bioghist/chronlist/chronitem/date"/> [/CODE] is the date every book was created with that format: ddmmyyyy how can i add slashes? and make it like that dd/mm/yyyy ?? thanks in advance :)

Member Avatar for awofesof
0
3K
Member Avatar for vatsag

Hello Im very new to the XSLFO. I have a requirement to color a text entry with a suitable background color which i do using the snippet [CODE]<fo:inline color = "red" background-color = "yellow"> <xsl:value-of select="."/> </fo:inline>[/CODE] With the above snippet i am able to set the forecolor of the …

0
86
Member Avatar for Koibu0

Forgive my ignorance with such matters, but I have what is probably a simple issue that I can't seem to resolve on my own. I'm getting this error when sending a request to the SOAP server [CODE]org.xml.sax.SAXParseException: Content is not allowed in trailing section.[/CODE] I've checked the end of all …

0
111
Member Avatar for awofesof

Dear members I am new to the world of XML and XSL transformation, i hope someone can help me with this XSL transformation for an XML. I am not geting the expected result as described below The following is the XML that I am trying to transform to another XML …

Member Avatar for awofesof
0
248
Member Avatar for shilpajmensi

Hi, Please help me with some idea to create a xsl file to display tree view of any xml as html. Thanks..!!!

Member Avatar for shilpajmensi
0
156
Member Avatar for Member 784473

Hi Guys!! I am new to InfoPath, using 2003 just need a bit of help! I am using sql Server as backend, and I need to validate the form values in the backend, something like if already exists(userid, product) not be able to submit the form again, inorder to reduce …

Member Avatar for iceandrews
0
40
Member Avatar for leiger

I have imported the Apache XML-RPC jar files, and got them working (has taken me all day to figure out how to get it working - so I'm kind of frustrated at the moment ;D) ... but that used the execute(..) method which requires two parameters ... there was no …

Member Avatar for leiger
0
2K
Member Avatar for leiger

I am attempting to access an XML-RPC API method using a Java client. I'm fairly certain that the server is written in Python. The API is part of the wiki farm Wikidot.com API info: [url]http://www.wikidot.com/doc:api[/url] API method info: [url]http://www.wikidot.com/doc:api-methods[/url] Does anyone here know what the equivalent of this statement is …

Member Avatar for leiger
0
545
Member Avatar for atzaman

Hi guys Wondering if someone could give me a hand with another problem I'm currently having. A little background first... I'm trying to pick up a daily report which is in XML format via a URL. I then need to parse that data and insert it into a MYSQL table. …

Member Avatar for atzaman
0
291
Member Avatar for hgbreton

I need to create a SOAP wrapper of the form [CODE=xml] <SOAP-ENV:Envelope xmnls=........><SOAP-ENV:Body></SOAP-ENV:Body></SOAP-ENV:Envelope> [/CODE] My C# code to do this is as follows [CODE=C#] XmlElement soapEnvelope = document.CreateElement("SOAPENV", "Envelope", "http://schemas.xmlsoap.org/soap/envelope"); XmlElement soapBody = document.CreateElement("SOAPENV", "Body", "http://schemas.xmlsoap.org/soap/envelope"); [/CODE] This works fine for the Envelope part but then adds a spurious xmnls …

Member Avatar for kvprajapati
0
433
Member Avatar for miraj0072004

hello guys, I am trying to add the harvest plugin and do a checkout using that via cruisecontrol, this is how i have written the config.xml file <cruisecontrol> <project name="harvestTest" buildafterfailed="false"> <plugin name="Harvest" classname="net.sourceforge.cruisecontrol.sourcecontrols.AllFusionHarvest" /> <plugin name="harvestbootstrapper" classname="net.sourceforge.cruisecontrol.bootstrappers.AllFusionHarvestBootstrapper" /> <listeners> <currentbuildstatuslistener file="logs/harvestTest/status.txt"/> </listeners> <!-- Bootstrappers are run every time the …

Member Avatar for iceandrews
0
150
Member Avatar for rangola1

Splitting data using xslt here my case I have structure like this <header> <F1> <F2> <F3> <item1> <F1> <F2> <F3> <item2> <F1> <F2> <F3> <item3> <F1> <F2> <F3> <item4> . . . . <item n> the target i want to create is in the first file <header> <F1> <F2> <F3> …

Member Avatar for iceandrews
0
121
Member Avatar for subbaramireddy

[B]MYCODE:[/B] PVPolicy is my Object [code] String XmlizedString = null; MemoryStream memoryStream = new MemoryStream(); XmlSerializer xs = new XmlSerializer(pvPolicy.GetType()); XmlTextWriter xmlTextWriter = new XmlTextWriter(memoryStream, Encoding.UTF8); xs.Serialize(xmlTextWriter, pvPolicy); memoryStream = (MemoryStream)xmlTextWriter.BaseStream; XmlizedString = UTF8ByteArrayToString(memoryStream.ToArray());[/code]

0
64
Member Avatar for YasaminKh

Hi, I'm new to programming and especially to Python. I have this xml file that has parts like this: <VECTOR_AVERAGE name="Density Correlations" nvalues="15625"> <SCALAR_AVERAGE indexvalue="( 1,2,0 ) -- ( 3,4,5)"> <COUNT>204160</COUNT> <MEAN method="jackknife">6.368e-05</MEAN> <ERROR converged="yes" method="jackknife">2.89e-05</ERROR> <VARIANCE method="simple">6.37e-05</VARIANCE> <AUTOCORR method="jackknife">0.843</AUTOCORR> I need to save MEAN and ERROR. I wrote the …

Member Avatar for TrustyTony
0
329
Member Avatar for Rohlan

I didn't post this on that tutorial thread because people have had some questions that were unanswered over there and I'm afraid this question might get lost somewhere unless I do this... So basically I've successfully made an XML menu on flash using the mentioned tutorial on this site: [url]http://www.daniweb.com/tutorials/showthread.php?t=72820&highlight=xmlLoadMenu[/url] …

Member Avatar for rajarajan2017
0
67
Member Avatar for sci-kode

Hello all! I just wonder if it's posible to rewrite index.php, index.php?variable=some and the root to same rewrite in htaccess. If so how? Here's an example that don't work, but maybe you get the idea. [CODE]RewriteEngine On RewriteCond %{HTTP_HOST} !^myexample.com$ RewriteRule (.*) http://myexample.com/$1 [R=301,L] RewriteRule ^another-variable-in-url$ /index.php [L] RewriteRule ^another-variable-in-url$ …

0
79

The End.