473,549 Members | 2,822 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.
1
4,417
thread by: suratna | last post Nov 11 '08 by: Dormilich
i have an xslt file. i have no problem writing html code inside it but when i write a mysql select query inside it, it gives error. Is there any way to write php code inside xslt file? ratna
5
3,062
mikek12004
thread by: mikek12004 | last post Nov 11 '08 by: Dormilich
I have an xml written in a file. I want in the 1st line <code> <?xml version="1.0" encoding="iso-88-59-7"?> </code> to change the encoding to utf-8 any easy way to do that?
2
1,907
thread by: bushrafathima | last post Nov 10 '08 by: jkmyoung
Can anone send me a java program to generate an xml file from an xsd filling the xml attributes from DB
4
3,218
thread by: popprem | last post Nov 10 '08 by: popprem
hi, i'm getting a warning which says that identity constraint is not declared in the <keyref > tag. Can any1 pls help? thanks in advance. part of the xml schema :- <xsd:key name = "PK_CounterParty"> <xsd:selecter xpath =".//Counter_Party_CID"/>
3
3,069
thread by: TsuKaiWa | last post Nov 9 '08 by: Dormilich
What do the following codes mean when convert xml to Word? %OA 4 %21 %21 3 %21 %21 %B9 %5F %B1 Thanks.
7
5,091
thread by: otis | last post Nov 7 '08 by: otis
Hi all, This is a small issue to make things prettier, but we all know how important that can be! I had an xsl:if to check if a node was the last one in a collection of nodes and if it was a horizontal divider would not be displayed underneath it. This worked a treat but now I'm trying to sort my data using xsl:sort. The if statement...
4
3,322
thread by: vaibhavp | last post Nov 7 '08 by: Dormilich
Hi, I am new to coding in Xslt and am stuck up on a problem for a very long time. I have to convert an xml file to html using xslt. I am using javax.xml.transform API for this. The xml file i have contains data in the following format <person> <name>PERSON_NAME</name> <addressXML> &lt;?xml version="1.0" encoding="UTF-8"?&gt;
1
2,058
thread by: snester | last post Nov 6 '08 by: snester
I am trying to search for a term within my description element of my xml file using xpath: XML File sample: <?xml version="1.0" encoding="utf-8" ?> <Site> <Page> <Name>Home</Name> <Description> the word home maybe in the middle of a sentance.
4
3,064
thread by: popprem | last post Nov 6 '08 by: popprem
hi, i created an xml schema with namespace like below. <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" > but when i use key & keyref, it gives this warning :- "The...
4
3,119
thread by: dianeyao | last post Nov 5 '08 by: petertparker
Does anyone know how to develop a XML script so it polls user telephone number out of Active Directory and insert 91 in front of the phone number before it is presented to the Cisco CallManager? I'm running Cisco CallManager 6.1 on Unix platform. Thank you in advance. Diane Yao
1
2,370
thread by: Prabodh | last post Nov 5 '08 by: Dormilich
My elements and attributes are qualified...I am unable to deserialize this xml...How do I structure my class so that I could deserialize...I get an exception --> <MyRoot urn:ABCD:abc> not expected... <?xml version="1.0" encoding="UTF-8" standalone="no" ?> <abc:MyRoot xmlns:abc="urn:ABCD:abc" ...
2
7,645
thread by: radhakrishnanrs | last post Nov 3 '08 by: jkmyoung
Hi all, Here, a xml file is not in proper format. I need to replace the "&" symbol to "&amp;" under the attributes. Find below the sample xml file for glance: <root> <child1> <child2 attribute1="test&test">Testing</child2> <child1> </root>
1
3,342
thread by: sgxbytes | last post Nov 3 '08 by: Dormilich
Hi, i have an xsl and xml,i need to replace the tag position from one location to another . xsl: <?xml version="1.0"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="richtext">
4
2,084
thread by: saumalatha | last post Nov 3 '08 by: Dormilich
someone please help me do this...how to extract the plain text from an xml file.
1
4,155
thread by: reblace | last post Nov 2 '08 by: reblace
I'm trying to translate the following: <?xml version="1.0" encoding="UTF-8"?> <users_getInfo_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://api.facebook.com/1.0/ http://api.facebook.com/1.0/facebook.xsd" list="true"> <user> <uid>0000</uid> </user>...
1
3,689
mikek12004
thread by: mikek12004 | last post Oct 31 '08 by: Dormilich
I am using this code to produce an xml file, do not pay any attetion to the queries the thing is that even if I put the UTF-8 encoding when I try to run the xml file I get the greek characters as invalid, the crazy thing is that if I open it and press enter somewhere or do any other meaningless change and save it then upload it again it works fine...
3
1,863
thread by: cleary1981 | last post Oct 30 '08 by: Dormilich
Hi, I know how to generate xml from php but is there an easier way to generate xml from my code? <?php $quote=$_GET; //echo $quote; require "config.php"; $q1 = mysql_query("SELECT * FROM quote WHERE quote_id = '$quote'");
1
2,252
thread by: purpplepink | last post Oct 30 '08 by: Dormilich
Hi, I am consuming Java webservice from C# .net code. I am getting following error in response. Please share if somebody faced same problem thanks!!! <soapenv:Body><soapenv:Fault><faultcode></faultcode><faultstring>com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog&#xd; at : </faultstring><detail...
2
2,271
thread by: tarunprabhu | last post Oct 29 '08 by: tarunprabhu
Hi, I am using Xerces 2.8. When I try to validate a file which is in the same folder as the xsd, it works fine. But if I try to validate an XML file which is in some other folder, it gives me a whole load of "unknown element" errors for every element in my XML file. This is the code that I am using: ...
5
3,784
freddieMaize
thread by: freddieMaize | last post Oct 28 '08 by: freddieMaize
Is there a possibility of getting a XML output if i do a google search?? fREDDIE
2
1,706
thread by: jamborta | last post Oct 27 '08 by: Lokean
hi there, i'm looking for a free xml editor, that enables users to add data to an existing xml file, and force users to follow the pre-defined structure (xml schema), so they could not produce invalid outcome. anyone can suggest an application that runs on a mac? thanks, tom
2
2,450
thread by: breese27 | last post Oct 27 '08 by: jkmyoung
I have some general questions regarding MS Word 2007 and PDF forms: 1. How do you convert a MS Word 2007 form or PDF file to XML? 2. Can you digitally sign the XML form? Thanks! -Brian
4
1,380
thread by: sgxbytes | last post Oct 27 '08 by: jkmyoung
Hi, Source format: <d1 name="a1"> <d2 name="b1"> <d3 name="c1"/> </d2> <d2 name="b2"> <d3 name="c2"/> </d2>
1
2,036
thread by: buzzw | last post Oct 27 '08 by: Dormilich
Hi I need to join tables to get employee data records. document.xml is ------------------------------------------ <document name="company"> <table name="A"> <r>
0
1,233
thread by: jollyguy77 | last post Oct 26 '08 by: jollyguy77
Hi, I am using xml to bind all the files that is present in a directory to a tree control. While doing so, if there is a file that has two blank spaces like........"Te st.txt". When i try to get the name of the text using javascript it's returning the value as "Te st.txt" instead of "Te st.txt". i will checking for a list of...

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.