473,539 Members | 9,333 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.
9
3,296
thread by: flin2k | last post Nov 24 '09 by: Dormilich
I'm using XSLT to process an inbound xml file and wanted to translate all the ® to ® but it's not allowing me to put in a & symbol. When I use ® it's outputing &reg. How can I get the output to format correctly? Thanks.
2
1,634
thread by: ruhi17 | last post Nov 23 '09 by: Dheeraj Joshi
Hello... I want to make a spring config file with the help of a schema file. plz help me out....
1
2,395
thread by: senglory | last post Nov 19 '09 by: Dormilich
I need to write a Xpath for getting the closest sibling to the current node. It should return exactly 1 element. How to write it?
4
2,508
thread by: senglory | last post Nov 18 '09 by: senglory
XML: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <w:document xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"...
0
1,528
thread by: xmlnovice | last post Nov 17 '09 by: xmlnovice
Is there any way of requiring the value of an element's attribute to equal the value of a child element of the previous element. What I mean is hopefully explained by the following snippet from an XML file. <venue city="London"> <nextvenue>Sydney</nextvenue> </venue> <venue city="Sydney"> <nextvenue>Rome</nextvenue> </venue> I have been...
1
3,324
thread by: sevak316 | last post Nov 14 '09 by: Dormilich
Hi, I would like to compare 2 dates and see which one is older using XQuery. Anyone? -Thanks.
1
1,657
thread by: albalushi | last post Nov 11 '09 by: Dormilich
how can i display this table in xsl? <grade> <Student> <Name>Maximum Points</Name> <Asmt1>10</Asmt1> <Asmt2>10</Asmt2> <Asmt3>10</Asmt3> <Asmt4>10</Asmt4> <Asmt5>10</Asmt5>
8
3,308
thread by: gtludwig | last post Nov 4 '09 by: gtludwig
Hi all, I'm working on a Facelets project inside Eclipse and I keep getting the following error almost every time I open up a .xhtml page: ParseException: Error validating the model: Server returned HTTP response code: 503 for url: http://www.w3.org/TR/html1/DTD/xhtml1-transitional.dtd Even more odd is that Eclipse points location to line...
3
7,191
thread by: drajani | last post Nov 1 '09 by: Dormilich
I have the below input XML sent by APP1. <?xml version="1.0" encoding="UTF-8"?> <abc1:QWAARequest xmlns:abc1="http://www.mysite.com/myLink/v1/Test.xsd" xmlns:abc2="http://www.mysite.com/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mysite.com/myLink/v1/Test.xsd Test.xsd">...
0
1,623
thread by: prao2005 | last post Oct 31 '09 by: prao2005
how to check whether the value of a string variable is Yes or No? xsl;variable name="test1" select="DBE:OBJECT/DBE:ATTRIBUTE/DBE:String"/> xsl;variable name="test2" select="DBE:OBJECT/DBE:ATTRIBUTE/DBE:String"/> xsl;choose> xsl;when test="$test1 = 'Yes'> xsl;apply-templates select="YES"/> /xsl;when> xsl;when test="$test2 = 'Yes'>
0
2,943
thread by: Hags007 | last post Oct 30 '09 by: Hags007
I have a XML file I am working with. This file has been created by hand and I now need to develop a PHP script that will create it in the same format. Here is what I have thus far: $query = "select * from " . $table_name . " ORDER BY stateID ASC"; $result = mysql_query($query, $connection) or die("Could not complete database query");...
4
7,494
thread by: blacksab | last post Oct 30 '09 by: blacksab
Hi All, I'm having trouble counting the number of occurring nodes from my input XML. I have this input: <root> <level1> <countMeIn1/> <level1>
6
3,452
thread by: pisicuta | last post Oct 28 '09 by: pisicuta
I have an XML file that looks something like this <MyXML> <Stuff IDX="1" Name="Swish" Manufacturer="Grimoto" ParentRef = "0" Ref = "1234567" /> : More elements : More elements <Stuff IDX="0" Name="Swosh" Manufacturer="Grimoto" ParentRef = 1234567" Ref = "9876543" /> : More elements : More elements </IDX> </IDX>
1
2,149
thread by: jpjpjpjp | last post Oct 26 '09 by: Dormilich
Hi All, I just started working with XSLT, so this question might be obvios for some; i'm struggling trying to concatenate 2 tags inside the same node. I will be receiving one XML file and my output is another XML file. This is a sample of the xml i will be receiving: <EquipmentList> <EquipmentDetail> <AssetSupplierName>Dealer...
7
2,881
thread by: Amichai | last post Oct 25 '09 by: Amichai
Hi All. I have an xml something like this: <?xml version="1.0" encoding="UTF-8"?> <root> <person> <name>John</name> <family name>Smith</family name> </person>
1
1,730
thread by: uzairmemon | last post Oct 25 '09 by: Dormilich
<?xml version="1.0" ?> <!DOCTYPE note > <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <message>Don't forget me this weekend!</message> </note>
1
4,346
thread by: Jashuva | last post Oct 22 '09 by: Dormilich
Dear All, Please advice how to remove carriage returns (line breaks) in the attached xml file. Regards, Jashuva
1
2,580
thread by: john20 | last post Oct 20 '09 by: john20
Hi All, I have an XMl structure and i am creating XML Schema document for validating xml document. What i want that for a particular element it should not allow same attribute name. for example below is the XML structure : <News> <Regional> <Report Region="Asia">
3
3,592
thread by: divyac | last post Oct 18 '09 by: jawwad90020021
I have created an Id card template using Inkscape and by using <embed> i am using that svg file in my project(PHP/MySQL).Now if the user clicks on that template,it must become editable and the user must be able to edit the contents and upload his/her pics.Is it possible to replace an existing image and drag that image and keep it wherever the user...
2
2,398
samueln12
thread by: samueln12 | last post Oct 16 '09 by: sindhuvenkat
Hello Guru's, I need a help from u guys, I am working on XSLT and my XML is like this <text><i>Hello</i><i> world</i>... <i>Here</i> we <i>go</i>... <i>This</i> <i>is</i> for sample</text> transform to <text><i>Hello world</i>... <i>Here</i> we <i>go</i>... <i>This</i> <i>is</i> for sample</text>
4
3,609
thread by: ismailc | last post Oct 15 '09 by: ismailc
Good day, I need to use the value of the name to an html button onclick click function. <xsl:element name="asp:CheckBox"> <xsl:attribute name='id'><xsl:value-of select='@name' /></xsl:attribute> <xsl:attribute name='runat'>server</xsl:attribute> </xsl:element> <input id="btnDone" type="button" value="Done"...
10
3,258
thread by: E11esar | last post Oct 14 '09 by: Dormilich
Hi there. I have a table (in Oracle) with a column defined as a CLOB and which holds a string of XML data. What I am looking to do is to take this string and search for the <OLD> and <NEW> tags in a string such as the following: <CHG client="c;GK" id="c;12345"><COL NAM="this_col_one"...
7
3,741
thread by: neovantage | last post Oct 13 '09 by: neovantage
Hey all, I am creating a xml file in this format <?xml version="1.0" encoding="utf-8" standalone="yes"?> <customers> <customer> <category>Brosch&uuml;ren</category> <number>4</number> <email>abc@xyz.net</email>
0
1,389
thread by: jatuphum | last post Oct 9 '09 by: jatuphum
Hi all, I have xml like these below. <Listing> <Avail> <Field1>aaa</Field1> <Field2>800</Field2> <Field3>900</Field3> <SortValue>20.00</SortValue>
3
1,544
thread by: cswenke | last post Oct 9 '09 by: drhowarddrfine
In Firefox - Go to: http://mnrep.org/directory.php Click: G-M And note the content does not change like it does on say Safari or IE.

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.