473,543 Members | 2,446 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

XML Forum

XML (Extensible Markup Language) - Ask questions about XML development, XML languages (RSS, xHTML, wsdl), trees, syntax, elements, attributes, validation, XSLT, DOM, parser, namespaces, CDATA, encoding, XML servers and more.
2
1,515
thread by: cleary1981 | last post Aug 19 '08 by: cleary1981
Hi, Think im on the right path here. What I am trying to do here is to read data from a mysql database based on a certain condition. I then want to use that data to produce an SVG drawing. Where do I start?
1
3,319
thread by: hamzeh83 | last post Aug 19 '08 by: jkmyoung
Hello all; I Want to pass parameter to Xml, this is my xml strBuildxml &= "<?xml version='1.0'?>" & Microsoft.VisualBasic.ControlChars.NewLine '=============================== 'build <InfoLinkDocument> strBuildxml &= "<InfoLinkDocument>" & Microsoft.VisualBasic.ControlChars.NewLine
1
1,549
thread by: varunrap | last post Aug 19 '08 by: jkmyoung
I have a textbox in which I want to enter text which may include HTML tags. I have a function to convert the tags to rendered HTML o/p What i want to know is how do u retrieve the data from the XML object so I can iterate through the data and see if i have any text with HTML tags. the function I have takes a string as an i/p. this is done in...
1
1,989
thread by: nightscorpion | last post Aug 19 '08 by: jkmyoung
Hello , is there any possibility where i can extract the namespace (http://schemas.microsoft.com/project)from the xml file. ie for eg <?xml version="1.0" ?> - <Project xmlns="http://schemas.microsoft.com/project"> <Name>test.xml</Name> <Title>MS-Project2000- Kalender</Title> ...
1
1,241
thread by: vibu | last post Aug 19 '08 by: jkmyoung
Hi , I have an form with textbox,checkbox submit and Cancel button created using XML and XSl. after entering the values in the form on submit the values should be retained in the same form,please suggest me how to do.
0
1,395
thread by: ismailc | last post Aug 18 '08 by: ismailc
Hi, this is related to my previous post. Don't know xsl at all, but I'm trying to create 2 btns instead of a 2 radio buttons with one btn. Please help in building a condition in setting the ID, as it only submits with this ID "___Submit" & can't create 2 of the same ID as a get a duplicate. Is there a way to build a condition onclick to set...
5
2,939
thread by: coflo | last post Aug 11 '08 by: coflo
I am relatively new to XSL transforms so I apologize if my language or verbage is incorrect. I am trying to invoke a JS function of a flash player which requires a URI. In order to do this I would like to take the RSS feed, the snippet below, and grab the uri from the <enclosure> tag. You will see that there is a &uri=channels/39174/186941...
1
1,772
thread by: nightscorpion | last post Aug 11 '08 by: nightscorpion
Hello everyone i am trying to extract the nodes from the File with the following code. However i am not succesfull in extracting the codes from the xpath given below...i do not know wht is my mistake in the xpath as i always get temp =0 would be gratefull for any help try { XmlDocument xDoc = new XmlDocument();
0
1,096
thread by: drfrank | last post Aug 9 '08 by: drfrank
I have a .NET web application using SQL Server. On one of my pages I have a DataGrid object with a few columns (a DateTime, a few text fields, etc.) The DataGrid is populated using a DataSet that is filled using a SQL query. One of the columns that is being selected and is thus inserted as a column in the DataGrid contains XML. I would...
0
1,304
thread by: kokababu | last post Aug 8 '08 by: kokababu
Hi, I am working in a java project. I need to create xml and send it to web service. I have been told to use dita api to create xml. But I have no idea about DITA. I know how to create xml using DOM in java. My question is that it is possible to create xml, using DITA (like DOM)?
1
1,403
thread by: LSullam | last post Aug 8 '08 by: jkmyoung
Hi, I'm trying to use XSLT to transform the XML source code output from C# to DocBook XML. My specific question (besides the million others I have) is how to you change a <see cref=' ' > to <link linkend=' '></link>. Any help you be greatly greatly appreciated! Lillian
1
1,578
thread by: stepthom | last post Aug 8 '08 by: jkmyoung
I am attempting to break my templates down from 1 main xsl file into smaller files. Then I want to call them from a main xsl file. I started to look. I have found xsl:include and xsl:import. Also, not sure to use apply-templates or call-templates. Trying to find good examples on both w/ the main file and source file, but have it a road block....
2
4,472
thread by: chriskaza81 | last post Aug 7 '08 by: chriskaza81
helo all well i have the below xml document i want somehow read each node of the this xml in vb.net somebody help with code example?? thanks <?xml version="1.0" encoding="UTF-8" ?> - <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"...
2
1,665
thread by: nit22 | last post Aug 7 '08 by: nit22
Hi, I have created stylesheet to view the XML file in IE-6. I'm using "font-family" value like FairfieldLH-Bold, FairfieldLH-FairfieldLH-Medium etc. These fonts are Type-1 fonts. I can see the file in browser without any issue. But when I took the print using File->print, there is duplication of text appears. ie. end of the word in the line...
0
1,047
thread by: nadasgh | last post Aug 6 '08 by: nadasgh
Dear All, please can anyone help me to find a way how I can generate a listing of xml records into physical path and to find also a free tool how to upload mult images (Flash tool) Best Regards
1
1,359
thread by: findmeingarden | last post Aug 6 '08 by: jkmyoung
I am new to programming and I need some quick solution to my problem. I have added an xml file (keys.xml) to my project as an embedded resource. How can I acess this file from an xsl file (also added as embedded resource). This is what I am trying to do. <xsl:variable name="keys" select="try and acess the xml file"></xsl:variable> Please...
1
4,535
thread by: panos100m | last post Aug 6 '08 by: jkmyoung
<root> <row> <col name="Surname">McEnroe</col> <col name="Postcode">44312</col> <col name="PolicyID">X1234565V</col> </row> <root> <row> <col name="Surname">McEnroe</col> <col name="Postcode">44312</col>
1
4,634
thread by: bdparnes | last post Aug 6 '08 by: coolcode
Anyone know how I can create a DataSet based on an XML file so that I can bind the DataSet to controls on a form in C#?
1
1,193
thread by: sabbbih | last post Aug 5 '08 by: jkmyoung
Hello All, i am new programmer in perl. i have following situation. i have a table in html page with two cols, I need to display the list of XML files stored in particular directory in col1 and when user click on any xml file name it displays data in col2. Its really urgent, please do help me. Thaks table...
0
1,632
thread by: sayor | last post Aug 2 '08 by: sayor
Hi, I am writing a schema to check for empty elements in an XML file. I am able to do so for simple elements such as: <xs:element name="authorname" type ="requiredstring"></xs:element> by using the custom type "requiredstring" defined as: <xs:simpleType name="requiredstring"> <xs:restriction base="xs:string">
2
17,153
thread by: dazedandconfused | last post Aug 2 '08 by: Dököll
Building a site for a client, loaded it up, it works fine in Firefox but presents the below message when loading into ie 6 or ie 5, fine in 7 I think, but the client can not even view it in 7. So what is going on? The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the...
1
1,408
thread by: prabhamca2006 | last post Jul 31 '08 by: cyrilgupta
Hi, I need to validate both xml element and attribute in schema. <shipto> <name Rno="1231" version="1">Ola Nordmann</name> <shipto> In the above xml, i need to validate that attribute Rno should be of 4 character in length,version should be of single digit and the element value should be of characters. Please sugguest possible solution....
0
1,326
thread by: Amit00 | last post Jul 31 '08 by: Amit00
Hi, I'm performing an xsl transformation in a page I built, and would like to use some custom controls in it (or asp controls, for that matter). I looked this issue up, and understood that it can be done by adding the attribute "xmlns:tagname="remove"" to the "xsl:stylesheet" node, then performing the transformation, removing that attribute...
0
1,916
thread by: apurvaG | last post Jul 30 '08 by: apurvaG
Hi All, .net is giving me error if my X-path has a singlequote. Following are the details XML Used : <emp> <emp.fname>o'brian</emp.fname> <emp.lname>walls</emp.lname>
2
1,832
mickey0
thread by: mickey0 | last post Jul 29 '08 by: jkmyoung
hello, see this please: ........................ <xsl:template match="tag1|tag2"> <xsl:call-template name="global"> <xsl:with-param name="String" select="text()"/> </xsl:call-template> <xsl:template name="global"> //here can I know with of tag1 or tag2 has match before??

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.