473,545 Members | 2,776 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.
4
1,985
thread by: raghunandanbasf | last post Jul 13 '07 by: Dököll
Hi friends, I am new to the xslt when i am doing ,I have struck in middle. Q.As per example:we are having the xml structure like this <a> <b>-----</b> <c>-----</c> <d>-----</d> </a>
0
1,271
thread by: learnxml | last post Jul 13 '07 by: learnxml
Hello, I have this xml file: <?xml version="1.0" encoding="UTF-8"?> <GetQuoteResponse> <GetQuoteResult> <!]> </GetQuoteResult> </GetQuoteResponse>
4
1,355
thread by: theS70RM | last post Jul 13 '07 by: theS70RM
hi, i think im missing something here.... i have some xml stored in javascript: <picture> <date>5-5-2007</date> <title>Picture title</title> <filename>filename.jpg</filename> <size>6x4</size> </picture>
1
2,090
thread by: Nitin Walke | last post Jul 13 '07 by: jkmyoung
Hi, I want to read data from database using xslt.I am reading from database but whenever & sign comes it give error. I can't replace & by &amp; in database. how can I read it. Please help me..........
1
6,406
thread by: raghunandanbasf | last post Jul 13 '07 by: jkmyoung
Hi Friends, I am unable to add variables and store it in an array. The Question is: let us take an example: Here we have a senerio like this Loop on InvoiceLineItem/Tax Extract values:
1
2,655
thread by: chowdary1244 | last post Jul 13 '07 by: Anubhuti Tandon
I have an xml file that has some characters which are no allowed in XML files (I don't know what these characters are, but its throwing an error because the char code is 0x16 when I try to call XmlDocument.Load. When I display the character, it is just the standard bad char square. Without deleting that invalid charecter..how can I run it...
2
1,256
thread by: wajiha | last post Jul 13 '07 by: wajiha
plz could anyone of u send me some websites templates???????????urgent
1
12,900
thread by: dpalmond | last post Jul 12 '07 by: jkmyoung
I'm trying to populate two select list using the following XML file: <HealthServices> <Divisions> <Division>Home Office</Division> <Facility>Administration</Facility> <Facility>Finance</Facility> <Facility>Human Resources</Facility> <Facility>Operations</Facility> </Divisions>
4
40,654
thread by: joshk | last post Jul 12 '07 by: joshk
Hello! I need some help figuring out an XPath expression that can go in the match of this template to only match with nodes that have no children. I've tried a couple different things, but am drawing blanks. Here is the snippet of the code that is dealing with this issue: <xsl:template match="<!---- HELP -->"> <tr class="data_row">...
2
1,979
thread by: Nitinkcv | last post Jul 12 '07 by: jkmyoung
Hi, while trying to transform an xsl file with a xml im getting the error Unexpected child in my xsl the error is coming in the line where i declare xsl:template match=: <xsl:template match="f"> <xsl:variable name="FPath"> What could be the reason
3
3,486
thread by: davisford | last post Jul 12 '07 by: jkmyoung
Hi, If I have something like this: <parents> <parent name="foo"> <children> <child>fred</child> <child>barney</child> <child>wilma</child>
2
1,088
thread by: zoom007 | last post Jul 12 '07 by: jkmyoung
I'll be grateful if anyone would help me with this problem. I am trying to construct a stylesheet to transform one xml to another. for example how do I transform: <root> <m1>sassy</m1> <m2>spiffy</m2> <sp1>suddenly</sp1> </root> To:
1
1,121
thread by: UnknownKnown | last post Jul 12 '07 by: jkmyoung
Hi help me!!! is there any way i can skip tag while reading xml document which is repeating it self in a xml file usinf xsl??
2
1,184
thread by: UnknownKnown | last post Jul 12 '07 by: jkmyoung
my code is <xsl:for-each select="TestsComponent/*"> <p><xsl:value-of select="."/></p> </xsl:for-each> or <xsl:for-each select="TestsComponent/*"> <p><xsl:value-of select="p"/></p> </xsl:for-each> in both cases is there any way i can skip first p (paragraph) to be read??
4
1,875
thread by: mohallo | last post Jul 12 '07 by: jkmyoung
Hi all, thanks for reading this post . I have a snippet of xslt code that produces a javascript function .I want to be able to put this code in a file and be able able to make a call to this code from different xsl files .Any idea how I do this .I am using xalan processor . Thanks for your help . <xsl:variable...
1
4,464
thread by: geetaarora2003 | last post Jul 12 '07 by: jkmyoung
i need to find nodes which satisifies multiple search string in xml file using asp.net
0
1,889
thread by: magicofureyes | last post Jul 12 '07 by: magicofureyes
Hello Guys im a just a new user and i dnt knw much abt Xml i want to upload a new template in Blogger so got some free coding but when i save this code in Blogger template it say '''' Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: The element type "Variable"...
4
3,062
thread by: stehy | last post Jul 12 '07 by: stehy
Hello, I'm from Slovakia ( me english is poor, sorry ). Me problem is: I have to comunication from access database with web service. I have to send with SOAP "XML file" and I have to wait for reply. Is concerned about order. I use some code about it. Thank. Stehy
1
1,197
thread by: muralimodukuri | last post Jul 12 '07 by: Dököll
Hi All, I am newbie..... I want to prepare an xml from a java bean beased on the rules in the xml schema... Can some one please suggest me an approach to do the same... Thanks in advance
0
1,735
thread by: glidin | last post Jul 10 '07 by: glidin
I'm hoping someone can help me with a SOAP signature validation issue I am having. A client is posting a signed SOAP envelope to our .NET web service and I am unable to validate their signature. They are using Java and a web logic server to post the request. I'm able to post a signed envelope and validate it using the SignedXml class when I...
0
6,686
thread by: maheshnew2007 | last post Jul 10 '07 by: maheshnew2007
Hi, I have simple Ant's build.xml file, which contains fork="yes". build.xml file: <?xml version="1.0"?> <project name="test" default="compile" basedir="."> <property name="src" value="."/>
1
2,615
thread by: madhuxml82 | last post Jul 10 '07 by: Dököll
Dear Forum Members, I have generated an XML Schema and a Table of XMLType referencing the XML Schema. Now When I am Inserting the Data into the Table. I am getting the Error 0RA-30937: Error is Comming. I am pasting the Code which I have written. Appreciate any Help... begin dbms_xmlschema.registerSchema(...
1
1,204
thread by: madhuxml82 | last post Jul 10 '07 by: Dököll
Dear Forum Members, Please tell me the Steps Involved in creating an XML Schema. Appreciate any Help. Regards Madhu K
1
2,789
thread by: JaceyBlue | last post Jul 9 '07 by: Dököll
Hi, I am using a Blogger template and I modified the colors and that's it. You can View Source Code here: http://vipgossip.blogspot.com I'd like to change the black background to this image (http://s97.photobucket.com/albums/l215/j-man36/?action=view&current=back.jpg) and I don't know how. Can anyone help? Thanks!
1
1,097
thread by: sherlyfreddy | last post Jul 5 '07 by: Dököll
I have an xsd file as input, so using XSLT I have created an XHTML file which contains XForms. th e problem is if the number inout fileds are very large, How do I create instances for those fields using XSLT.

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.