Is anyone familiar with any tools that will allow a properly formatted XML, or any other type of file, to be loaded as input in order to create a GUI? I am looking for a toolset that includes both the XML editor to get the file in the proper format and an application that can be used to load that X...
260 byte By
vathan at 2007-11-19 7:17:37
hai <br/>iam back with a new problem...<br/>iam working in Vb.net with backend as vb<br/>i need to create a wrapper class to retrieve and add datas to and from an XML file...<br/>iam new to XMl...<br/>can anyone help me in this..<br/>Vathan
3640 byte By
natman at 2007-11-19 7:29:38
Please can somebody help........I have been trying to extract information from my xml documents into SQL 2000.an example of a typical xml document would be something like:<?xml version="1.0" encoding="UTF-8"?><ADS xmlns="x-schema:FPAdsSchema.xml"><ADS_CREATE_TIME>2005-04-05T12:55:4...
319 byte By
gilly914 at 2007-11-19 7:35:10
Howdy Folks,My question is:I am writing my website in PHP, and I am getting some data from an XML sheet from another site. How can I get the site to automatically update the data from the XML sheet every minute or whatsoever?(an interval that i declare)Thanks alot in advance,Gilly B....
Hi.When I try to create C++ classes from the vxml.xsd schema using Microsoft XSDObjectGen I get:"Error occured: Schema Validation Error: reference to undeclared substitution group affiliation. An error occured at file://(...)/synthesis-core.xsd, (372, 3)"Is the problem from Microsoft or from the spe...
When I try to parse the vxml.xsd schema from Voice XML I get the error:C:\XML\VXMLSchema\vxml-schema>xsdobjectgen vxml.xsd /n:name .NET Framework XSD Schema compile error.Error occurred : Schema Validation Error: Reference to undeclared substitution g roup affiliation. An error occurred at file:/...
238 byte By
gilly914 at 2007-11-19 7:39:47
I'm not that familiar with working with XML, I use PHP and MySQL.<br/>Why would someone want to use XML to store data instead of using a regular MySQL or Access database?<br/>What are the advantages / disadvantages?<br/>10X
I've got an xml document and dtd. If I include the DTD as an internal the xml displays fine in IE and I've put it through a couple of validators on the web which report no errors. But when I put the dtd into an external file (quite important for this project) IE just hangs. It doesn't...
83 byte By
lldemail at 2007-11-19 7:42:12
How do i create a large(server Ms) XML?<br/>Please give me some suggestions,thanks!
hi,String stringXml="<?xml version='1.0' ?><methodcall xmlns=' http://comnet.com/namespaces/wcm/appint/integration/1.0'><method&g t;isLoggedOn</method><parameters/></methodcall>";if i want to pass this string for parsing iam doing like below..but i...
981 byte By
hubba09 at 2007-11-19 7:43:21
Oki...I got an issue here which I'm having greate difficulties to solv. I would like to dynamically generate a XSL that should give me formatted text as plain text. Example on desired output:This is a message in plain text.Column1 Column2 ...
754 byte By
ivr at 2007-11-19 7:44:27
Hi everyone.I would like the DOMWriter to output the XML string according to a Schema.Does anyone know how to do that?example:DOMWriter *theSerializer = ((DOMImplementationLS*)impl)->createDOMWriter();XMLFormatTarget myFormTarget = new LocalFileFormatTarget(outputFile);DOMNode *docToWrite = doc;...
Hi,I'm transforming one XML document to another XML document using XSLT (MSXML4 + VC6) MSXML2::IXMLDOMDocument2* pDOMXslt; CoCreateInstance(MSXML2::CLSID_FreeThreadedDOMDocument, NULL, CLSCTX_SERVER, MSXML2::IID_IXMLDOMDocument2, (LPVOID*)(&pDOMXslt)); pDOMXslt-...
Based on the occurence attribute, I would like to select the matching range name. In this case, occurence 1 would be "British Columbia". Is this possible in XSL? If so, could someone enlighten me on the syntax to use?XML:<occurence id="1" /><occurence id="2" />XSL:<xsl:param name="lan...
152 byte By
shuvo at 2007-11-19 7:56:17
When writing sql query inside Xml tags. I can't use > sign as it ends the xml tag...so how i am going to use greater than comparison in XML sql
Hi - this is my another problem wyth xslt transformationI'm using XSLT below<xsl:output method="xml" version="1.0" encoding="utf-8" omit-xml-declaration="no"/><xsl:template match="/"><xsl:element name="ofe:ofe" namespace="urn:ofe"><xsl:attribute name="wersja"><xsl:tex...
What I want to do is to transform one XML document into another - very similar one.source document<nm:docA xmlns:nm="urn:docA"> <A>Dummy</A> <B> <bb>aaa</bb> <cc>aaa</cc> </B> <TT>cccc</TT> <XY>zzzz</XY> <XYZ>yyyy&...
hi!so here is the story , i am having a directory structure of my C drive inside an XML file which look something like below..</ROOT><Directory DirName="Recycled"> <LogicalSize> 0</LogicalSize> <LogAllocatedSize> 0</LogAllocatedSize> <PhysicalSize> 0</Phy...
howdy! I've started working a little with XSL/XML like a month ago and i've been helped by some friends and now i've found this forum! what i need is a template or something that that can fill the rest of a cell with underlines, but something dynamic, that can read the length of a str...
Hi,I have static xml like for example::<Item> <Id>4</Id> <Name>G</Name> <Price>20</Price></Item><Item> <Id>2</Id> <Name>B</Name> <Price>30</Price></Item><Item> <Id>8</Id&g...
Hi,Is there a posibility of getting current date while XSLT transformation?<xsl:element name="{name()}">current_date()</xsl:element>While transforming XML document into another XML docment I'm adding new tag that is described in XSD as xsd:date. I want to write current date while tr...
1035 byte By
RKW at 2007-11-19 8:14:11
I have the following code:strDesc = "Stuff"set xmldoc = Server.CreateObject("msxml2.DOMDocument")set root = xmldoc.createNode("element","file","")xmldoc.appendChild(root)set root = xmldoc.documentElementset newNode = xmldoc.createNode("element", "info", "")newNode.Text = strDescroot.appendChild newN...
1337 byte By
krisvdc at 2007-11-19 8:14:18
Hello all,I'm trying to figure out if what i want to do is possible, could you please give me your opinion on this:data.xml<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href=" http://intranet.server/html.xsl"?><serverlist> <server> <name>AB...
3101 byte By
csrpatel at 2007-11-19 8:15:36
Hi,I need the following XML to be transformed into HTML table using XSL.<TestCase> <DisplayName>Test1</DisplayName> <RunDetails> <Run> <Location>Fargo</Location> <Target>10</Target> <Actual>8.344</Actual> </Ru...
1891 byte By
gcsaba2 at 2007-11-19 8:19:08
Hi,I took this code from Sun's tutorial site and it doesn't work. I get an error message saying "Content is not allowed in trailing section." I thought maybe my XML file is wrong but I checked it with tidy and it said it was ok. So maybe I need to do something special with Xerces?This is...
424 byte By
rdeep at 2007-11-19 8:21:01
How can i extract data from a node from all the files in a directory and store it in an excel sheet. I want to use C# or vb.netI know how to load one xml document and using select single node to find the node and extract data from it. But how can i do it for all the files in that directory?Also, i n...
489 byte By
donkalzi at 2007-11-19 8:22:46
Hi guys,I have written an application in C++ for the conversion of XML documents to Binary encoding. I have the handler made, and everything else made but when i try to compile, i get nasty errors on the screen. Every coding seems okay. My question is this....is there any pre-determined way in which...
654 byte By
baldwin at 2007-11-19 8:29:22
Can anyone point me in the right direction? I'm a noob to xml. I'm used to writing windows apps that use ini files to store config data, however, C# would rather use xml files. This is what I'm trying to do:[FilePaths]ProdRun = \\somepath1ProdDrop = \\somepath2TestRun = \\somepath3...
Anyone have knowledge on the FDA XML Schema?
2527 byte By
hpannu at 2007-11-19 8:32:15
Hi, i am having a problem in crystal connection between xml and xml schema files.Read this carefully!I have one xml schema file that have 5 schema in there------------------------------- <s:ElementType name='row' content='eltOnly'> <s:AttributeType name='ID...
1495 byte By
Leuband at 2007-11-19 8:33:18
Hello,I have written a service program in C/C++ (Visual C++ 6), which should read XML files. I am using MSXML 4 to do this. When I start the service as a console program, it can read the XML files with no problem.When I start the service as a service, the load method throws an exception and the XML...
4754 byte By
hpannu at 2007-11-19 8:34:18
I'm really in seriour trouble, running way behind on a project and have tried everything, I think. I've got to create reports from data that's stored in a text field in XML. I get a recordset using ADO then I invoke the save method on the recordset to generate an XML file.The problem...
Can someone help me formulate queries for the following data: <?xml version="1.0" ?> - <classes>- <class cno="CSc8711" term="FA2004"> <cname>Databases and Web</cname> <instructor>Sunderraman</instructor> </class>- <class cno="CSc6710" term="SP...
I need to write an XSL Transform program that traverses a document tree and, ignoring attributes, copies the elements and doubles the text nodes. For instance,<foo a="1">the<moo/>moocow<foo>would be transformed into<foo a="1">thethe<moo/>moocowmoocow<foo>Thnx in a...
481 byte By
wschalch at 2007-11-19 8:35:58
Hello, I have an XML and a XSL to display my XML file as a HMTL table. But this table must be ordered by one of the columns. I tried to use <xsl:sort>, but my stylesheet " http://www.w3.org/TR/WD-xsl" does not accept it. When I change to " http://www.w3.org/TR/2001/REC-xsl-20011015/", it acc...
2447 byte By
herpes at 2007-11-19 8:41:14
I have an XML file with the names of players.<?xml version="1.0" encoding="UTF-8"?><doc> <data number="1" type="x">herbert</data> <data number="2">joe</data> <data number="3">jean-jacques</data></doc>With the following XSLT file I want to initial...
129 byte By
ARahman at 2007-11-19 8:42:55
Hi!<br/>I want to store images in xml file in binary or base 64 format.<br/>Can any body help me to do this.<br/>Regards ARahman.
132 byte By
hpannu at 2007-11-19 8:43:45
How come I get this error when I Validate the XML file using XML SPY program. <br/>Can somebody please help me with this ERROR.
3278 byte By
hubba09 at 2007-11-19 8:45:26
Having a hard time figuring out how to sort a XML file based on the length of the values in an attribute value.I'm trying to create a table in plain text, and therefore I need to align the content according to the largest value of the attribute values. E.g. the XML file has a description attrib...
Hey all.I have used the MFC libraries XML functions in Visual Studio .Net 2003, but I have a new job now, and they want to create XML files from my c++ application. What is the support for XML like in that version? If there are any, suggestions, I'm grateful for the help!Thanks in advance,Rob...
1487 byte By
srclore at 2007-11-19 8:46:50
Having a problem parsing certain parts of the SOAP message found below. The body part, which contains the XML is parsed correctly so there's no worries there.The part that I'm having issues with is the soap:Header section. Its children elements contain colons in their names. ie <wsa:A...
I AM IN REAL URGENT NEED OF A PROJECT IN XML CLASSIFICATION.I am explaining my proj in detail..a simple text classification where we index training documents and Then, for testdocuments, selecting the highest weighted N terms and sending them as a query, and do K nearest neighbors to pick the "wi...
Hi,My current project is a communications interface which uses XML files as templates to specify the format of outgoing messages to mobile devices. It's sort of like a mailshot system where the templates contain placeholders for the personal information being sent to the owner of the mobile dev...
686 byte By
Kelli_F at 2007-11-19 8:48:36
Hi,This is my first post so please be kind ;)I am trying to write an XSL script that displays a table, I want the dates on the column 'ordered' to not be shown if there is no invoice for this transaction.The column for the invoices is 'invoices'.I have tried a few things to do th...
443 byte By
soundguy at 2007-11-19 8:49:52
HiIs there a way to call the value of an element and use it as the src for an image?Simply doing <img src="<xsl:value-of select="url" />" /> does not work.It has to be done purely in XSL/XML, unfortuently I can not make use or any other language such as perl/php/asp. I have tried to sea...
doing a basic xml/xsl transformation in c# web page. the xml is built up in the code behind, then transformed by an xsl file which generates HTML to be streamed downed to the browser.however ... having problems displaying the pound symbol. i've gone through all the most obvious things (to do wi...
204 byte By
Darktaz at 2007-11-19 8:52:11
I have a program which reads from an Xml document then draws the text on the screen using the DrawString method. Is there a way to display certain words from the text in bold??<br/>How can i do this?
634 byte By
herpes at 2007-11-19 8:53:35
Hello!I'm using FOP to create PDFs from XML files in conjunction with XSLT stylesheets. As I want to make use of some XPATH 2.0 and XSLT 2.0 functionallity which is not available in the XALAN version packaged with the current FOP release I currently have to do the generation of the PDFs in two...
can someone point me to how I can create the parent child relationship that is described in a XML schema file. I need to create this from a given scheam and display a tree!<br/>Thank you in advance
378 byte By
Benjay at 2007-11-19 9:04:10
I have a fairly complex XML Schema and a large set of data. I need to produce an XML file using the format given in the schema and fill it with data elements from my set of data.Is there a common process for accomplishing these tasks? I am most familiar in Visual C++ 6.0, but I am willing to learn...