6,049 Topics

Member Avatar for
Member Avatar for Dr_Gonzo

Hi, To speed up development of a certain procedure inside our company, I was wondering if it would be possible to 'undress' a templated word file (so we could use our stationery), mark it's dynamic regions, and fill these in using a C# program coupled to some sort of DB …

Member Avatar for Dr_Gonzo
0
157
Member Avatar for neqinox

Anyone know a simple way in phython to read an XML document ant generate a schema? Ive been playing with minidom all day but I cant get it to do what I want :( Thanks in advance

Member Avatar for Gribouillis
0
25
Member Avatar for af5678

Logfile of HijackThis v1.99.1 Scan saved at 13:55, on 2009-03-13 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16791) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\Ati2evxx.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\system32\LEXBCES.EXE C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\system32\LEXPPS.EXE C:\Program Files\Broadcom\ASFIPMon\AsfIpMon.exe C:\Program Files\Seagate\Basics\Service\SyncServicesBasics.exe C:\PROGRA~1\DIRECT~1\DUService.exe C:\PROGRA~1\McAfee\MSC\mcmscsvc.exe c:\PROGRA~1\COMMON~1\mcafee\mna\mcnasvc.exe c:\PROGRA~1\COMMON~1\mcafee\mcproxy\mcproxy.exe C:\PROGRA~1\McAfee\VIRUSS~1\mcshield.exe C:\Program Files\McAfee\MPF\MPFSrv.exe C:\Program Files\Microsoft SQL Server\MSSQL$ALAMODE\Binn\sqlservr.exe C:\Program …

Member Avatar for af5678
0
145
Member Avatar for brakeb

Greetings, I have reached a point where I need some help. I have a tivo at home, and I'm trying to script something that will allow me to 1.) pull the XML off of the tivo, and save the file, 2.) Take the text in the XML, and pull out …

Member Avatar for brakeb
0
383
Member Avatar for usc87bb

Hey everyone, I am trying to use BPEL Designer and Eclipse, and I am having the worst time trying to get all the plug-ins to work correctly. I installed all the prerequisites and installed the Designer, but when I try to go through and download the updated BPEL Designer files …

Member Avatar for usc87bb
0
80
Member Avatar for priyankaa

i am reading mail from exchange and downloading the mail attachment. i am using webclient.downloadfile() functino to download the attchment .the code is working fine through `http://` url in my machine. but its not working in client machine,because the url contains `https://`. below is the code: MSXML2.XMLHTTP40 ObjXmlHttp = new …

0
63
Member Avatar for vuyiswamb

Good Morning Friends, I have a SP that is Supposed to Restore a Database from a Backup. In some Clients this works well but in those particular client its a Problem. The version is SQL 2005. Here is the Code that fails [CODE] set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go …

Member Avatar for vuyiswamb
0
640
Member Avatar for patrik_zidane

Hello I am trying to compile libwbxml so i can convert xml to wbxml. However i am not successfull, i keep getting alot of errors (I opened up the .dsw file and tried to build it. I have no prior knowledge of either VC++ or building any C programs). I …

0
38
Member Avatar for mubin_attar

Hi, I gotta make small application which have some radio buttons. On the radio button I want event, which means after clicking a particular radio button datagrid will the data from a paricular xml file for particular element. I have blw mntd xml file [code=xml]<products> <prdocut> <productid="p001"></prdocutid> <prodname>toys</prodname> </prdocut> <prdocut> …

Member Avatar for greeny_1984
0
51
Member Avatar for rasingh24

Hi, i have a project in which i created two classes `TreeDisplayform(Form.cs)` and MytreeNode class in same namespace. TreeDisplay class contains all the GUI related stuff like Browse button textbox, TReeView. I want the user to select a XML file through browse button which will be displayed in textbox.The Xml …

Member Avatar for sknake
0
115
Member Avatar for manjusaharan
Member Avatar for manjusaharan
0
82
Member Avatar for blair.mayston

Hi, Making good progress with a script that collects rss feeds from a news website and emails headlines but wondering whether I can alter what I have to email only the new headlines. My idea is that the new headlines would be compared with the previous ones using something like …

Member Avatar for blair.mayston
0
97
Member Avatar for jtb19nh

I would like to learn html. I need book recommendations. I need a beginner book I only know very basic stuff. Thanks for the help

Member Avatar for uxgeoff
0
99
Member Avatar for shasha821110

Hi, all. when i run my code, i always got the xpath Invalid expression warning. So here is my question: Assume i have the xml file [code=php] <root> <items> <item id="1"> <name> item1 </name> </item> <item id="2"> <name> item2 </name> </item> </items> </root> [/code] And here is my php code …

Member Avatar for pritaeas
0
225
Member Avatar for blair.mayston

Hi, Have adapted some code I found on the net to get a rss feed from a news site. I would like to email the output of this script using smtplib - after a couple of frustrating hours I have got that working as a separate element with my gmail …

Member Avatar for blair.mayston
0
111
Member Avatar for ceyesuma

[I] Name: [/I] The name of this question is bundled_resources [ICODE] Hello and Thank you in advance for any assistance. [/ICODE] [U] [B] Purpose: [/B] [/U] [B] The purpose of this code is to change the label of a commandButton by hijacking the resource bundle functionality and setting the label …

0
39
Member Avatar for rasingh24

Hi , i have a project in having two classes TreeDisplay(Form.cs) and MytreeNode class in same namespace.:) TreeDisplay class contains all the GUI related stuff like Browse button textbox , label,progress bar and TReeView. I want the user to select a XML file through browse button which will be displayed …

Member Avatar for rasingh24
0
161
Member Avatar for rasingh24

I have this Xml file that i browse from my HDD into my C# program. Now the nodes of this Xml doc get displayed in a tree view in my winform.All my logic is in the winform right now. There are three methods 1. To load the Xml doc in …

Member Avatar for dickersonka
0
99
Member Avatar for serkan sendur

hi guys, i have a javascript application which compares two xml files, to show that comparison i load two files on two iframes and when user click on node(i rendered the nodes to span elements) i run a comparison function, the problem is i want to disable onclick event of …

Member Avatar for serkan sendur
0
322
Member Avatar for vedmack

Hi I built a html page with a single button which suppose to open new window which shows XML file... I want to disable right click mouse in the "new window" which is being opened after button hit... I do know how to disable the right click inside an ordinary …

Member Avatar for HTMLExpert
0
806
Member Avatar for saquib189

Hi, I'm creating a simple project for xml serialization in the reference of Microsoft press MCTS .net 2.0 by Tony Northup. ok In this application I create a Class Shopping Cart That has 4 public members and a parameterless constructor because it mentioned that private and protected members are skipped …

0
65
Member Avatar for lukechris

Hi, I am currently writing a program which will take a document: [ICODE] <?xml version="1.0" encoding="utf-8"?> <MenuItem version="1.0"> <item_text> <TEXT default_lang="en" str="NAME" /> ( language/ text string) </item_text> <item_help> <TEXT default_lang="en" str="DESCRIPTION" /> (help menu/language/ description) </item_help> <item_icon> <LEFT str="IMAGE" /> (image) </item_icon> <item_action> <ACTION type="Internal" str="Positioning_Maps_Id"/> (internal,external/????) </item_action> </MenuItem>[/ICODE] …

Member Avatar for lukechris
0
128
Member Avatar for manjusaharan

I need an xml and HTML based search engine that I can use in my .net application(offline). Help Me ?????

0
63
Member Avatar for bar7b

Im trying to build a site that gets info, lets say product prices, [B]from different xml sources that have a different structure[/B]. Then it displays all the prices sorted.. My first guess is to import all the data from the different XMLs to a mysql db after the sorting of …

Member Avatar for bar7b
0
126
Member Avatar for vishwana

Hi, Can anyone pls tell me how to read an xml file and display in the interface. My XML file will be in this format [code=xml]<main> <sub attr="123"> <a>xyz</a> <b attr="123">xyz</b> <c>xyz</c> <d attr="fghjh"> <e>xyz</e> </d> </sub> <sub attr="123"> <a>xyz</a> <b attr="123">xyz</b> <c>xyz</c> <d attr="fghjh"> <e>xyz</e> </d> </sub> </main>[/code] I …

0
53
Member Avatar for serkan sendur

[CODE]using System.Configuration; string s = ConfigurationSettings.AppSettings["con"];[/CODE] the code above gets the value from the app.config file where the following markup exists [CODE]<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="con" value="foo"/> </appSettings> </configuration>[/CODE]

0
73
Member Avatar for kiernan7

I've been muddling my way through figuring out how PHP and SOAP interact (I've found documentation on this woeful, if someone can point me to any good doc on this, I'd appreciate it). Anyway, I have been able to get a SOAP client talking to a SOAP server and it …

0
56
Member Avatar for psankisa

hi all, [B]can any of you enlighten me as to how to use ACEXML Parser to parse an xml file in c++.[/B] regards, psankisa.

Member Avatar for psankisa
0
36
Member Avatar for vishwana

Hi, I have to read a xml file in a tree structure, modify and save the xml file. I tried using xmldatasource and treeview controls. But only the tag names are retrieved. The text and attributes in each tag are not getting displayed. since my xml file can contain many …

0
52
Member Avatar for EmperorDass

Dear All, I have created a button using Google Toolbar. you can refer it on below link [url]http://toolbar.google.com/buttons/apis/howto_guide.html[/url] when we click on the button, it will grab the current URL that the user viewing in the broswer to my website and saves the URL for future reference of the User. …

0
61
Member Avatar for shasha821110

Hi, all i have one project about doing pizza ordering system using PHP+XML So about the design website part i already have bunch of ideas. The part make me stuck is the XML part. The following is what required: [LIST] [*]. [/LIST]Spend some time thinking about how best to represent …

Member Avatar for shasha821110
0
636
Member Avatar for rasingh24

Hi, i have a small project in which on selecting a node in treeview displays attributes in listbox.In treeView1_AfterSelect, the text parsing code depends on the textual representation for a node in the tree view, which can be changed at any time and break the entire logic of list display. …

0
75
Member Avatar for JwB

hi there, im currently working on my own cd ripping program using c# and wpf and was wondering what the best solution for this problem is? my xaml code is as follows: [code=xml] <ListView x:Name="trackList" VerticalAlignment="Top" Margin="0,100,0,0" Height="200" SelectionChanged="trackSelect" FontFamily="Comic Sans MS"> <ListView.ItemTemplate> <DataTemplate> <StackPanel> <StackPanel Orientation="Horizontal" Margin="0,0,0,0"> <CheckBox Name="checkbox" …

Member Avatar for JwB
0
144
Member Avatar for vertig

Hi all, I am looking for the correct Xpath expression to add several new elements into a given sequence of elements. For example, If my sequence is the following list of books [url]http://www.w3schools.com/Xpath/books.xml[/url] With which operator / function could I add to this list of books an additional book ? …

0
50
Member Avatar for progurammaar

hi from where can i add quality news on my site....i mean i have made a website where i want to display quality news and some cool contents(optional).....from where can i get it free....

Member Avatar for bobchrist
0
115
Member Avatar for forwardlookguy

Hello, I got the following code from someone and have tailored it to fit my needs but I have a problem. The first menu populates from my MySQL database. However, when the first menu is selected, the second menu will not populate with the correct information. Zero is the only …

Member Avatar for upside_down2000
0
409
Member Avatar for poorvi_tiwari

please help me HOW can i validate this xsd file named "product.xsd" and xml file productdetails.xml in the sofware "learning environment" ,the problem is when i try to validate these tow files by giving their paths it shows an error :"Automation server can't create object" CODE - "product. xsd" <xsd:schema …

0
48
Member Avatar for 6echo

Good day to you all, Here is what I am trying to do: I am using an XSL transformation to change my input.xml in output.xml. output.xml contains a set of rearranged tags from input.xml One of the tag in input.xml is <id>value</id> I would like the xsl to generate the …

Member Avatar for fpmurphy
0
120
Member Avatar for musman007

Hey all, I have requirement, on the basis of indicator = 'TL' I have to pick CoverageName and Limit and add the amounts of similiar coverages. Is there any way I could do that. Here's xml: <Policy> <Vehicle id="v1"> <Coverage> <CoverageName>ABC</CoverageName> <CoverageLimit>Upto 50,000</CoverageLimit> <CoverageAmount>100</CoverageAmount> <Indicator>TL</Indicator> </Coverage> <Coverage> <CoverageName>EFG</CoverageName> <CoverageLimit>Upto 50,000</CoverageLimit> …

Member Avatar for fpmurphy
0
503
Member Avatar for serkan sendur

I installed the xml file comparer tool from this link : [url]http://msdn.microsoft.com/en-us/library/aa302294.aspx[/url] and add the dll to my project and created this application : Default.aspx: [CODE]<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form …

Member Avatar for LizR
0
2K
Member Avatar for dipsn

Hi. I want help to connect my web application to my MYSQL database and to extract only specific column to return its values to my application Also I want to know is there any specific filter in java that will allow a crawler to crawl only a collection of URLs …

Member Avatar for verruckt24
0
127
Member Avatar for shers

Hi, I have a datagridview in my Windows form in VB.Net. This datagridview has two combo box columns and one text box column. The combo box columns are populated from an xml file. When I pick values in the combo boxes, I would like to display the corresponding value in …

0
50
Member Avatar for petike

Hello, I have to do some java project in school and my teacher said that I have to use some API for XML-parsing. So that I have to have some source XML file. I would like to make some little game like [B]Pacman[/B] and I want that XML file to …

Member Avatar for sillyboy
0
97
Member Avatar for carobee

Hi, How to include slash in XML tag. for eg if the tag is 'Location/Country', how do we write it <Location/Country>Earth<Location/Country> thnks in advance

Member Avatar for Salem
0
85
Member Avatar for magicfun

Hello, I am trying to get my xml to format just the way I need it. A little background. I am using a flash piece which has 'site news' displaying with an xml document. I then have another button below the flash piece that says "view all news items", which …

Member Avatar for magicfun
0
146
Member Avatar for lonestar23

I am trying to parse the the following xml code below, I need to retrieve only totalhits="376719" in the "resultset_web" child. I also need to use code similar to the following: [CODE]<?php $doc = DOMDocument::loadXML($information); $result_node = $doc->getElementsByTagName('resultset_web'); $tHits = $result_node->item(0)->getAttribute('totalhits); ?>[/CODE] /* XML TO BE PARSED */ [CODE]$information = …

Member Avatar for lonestar23
0
203
Member Avatar for PeOpLesChAmP

Hi, I'm new to XSLT and i was hoping someone could point me in the right direction with the problem below... I have the following XML: [code] <list level="1"> <item>1</item> <list level="2"> <item>1</item> <item>2</item> <item>3</item> </list> <item>2</item> </list> [/code] I would like to extract the nested list and insert it …

0
72
Member Avatar for shers
Member Avatar for Bandar.M.A
0
56
Member Avatar for comanighttrain

Problem: I have an enumerated type which has description tags in the following style: [URL="http://xml.indelv.com/data-binding-enum.html"]description tag tutorial[/URL] . I have a Windows SQL Server Database from which I am pulling the data (as integers then castine to Enums) which is then being bound to a datagrid. Instead of pulling and …

Member Avatar for sknake
0
596
Member Avatar for Robdale

Hello Dear Friends, I have noticed that many new members create threads just to ask about the terms of SEO. Rather than creating new threads why not to create one thread that includes all the SEO terms and would be easier to new members. Please add your terms if you …

Member Avatar for Robdale
0
466

The End.