Connecting Tech Pros Worldwide
 
 
Sign In | Register Now About Bytes | Help | Site Map
[ http://bytes.com/adLoader.php?parent=webdev

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.
September 9th, 2008 msquared (Administrator)
.Net2 xslt does not like the &lt; "<" - &gt; ">"
[image]1 Reply | Posted by: ismailc | Last post by jkmyoung, Today
Hi, I need help please. Update system to to new version & moved on to .Net2 But now my code that worked in my .Net1 xslt does not work. .Net1... more »
Creating customised quote with terms and conditions using XSLT
[image]9 Replies | Posted by: cleary1981 | Last post by cleary1981, Today
Hi, I used XSLT in an assignment in unuversity a few years back. I have developed an application that produces a drawing in SVG. What I want to do... more »
Replacing HTML elements?
[image]7 Replies | Posted by: fifthcadence | Last post by Dormilich, Today
Hi, How can I use a XSL stylesheet for input 'blah' to output the HTML element iframe? Thanks, fifthcadence more »
XSL-FO Page Numbering
[image]2 Replies | Posted by: booher | Last post by booher, Yesterday
I need help generating a PDF output where the page numbering restarts at 1 with every new chapter in a document. So the output would look something... more »
Exponential Notation fails in format-number()
[image]3 Replies | Posted by: ashsa | Last post by jkmyoung, 3 days ago
Hi everyone, I am trying to display a numeric value fetched from an sql server table which is stored in the exponential notation. For eg, 0.08 is... more »
<Need Help>How to throw an error based on node count in XSLT?
[image]15 Replies | Posted by: njsimha | Last post by Dormilich, 3 days ago
Hi, I have the following XML snippet: <root> <template1> <elem1>1000</elem1> <elem2> <subelem1>65</subelem1> more »
Validating XML file through an external DTD......C#
[image]Post Reply? | Posted by: developing | Last post by developing, 4 days ago
someone please help me do this...how to validate an xml file if the doctype is NOT specified! I have the DTD with me, but the I have to check XML... more »
XSLT ::Get Count of nodes in xml matching certain condition
[image]3 Replies | Posted by: gagonm | Last post by Dormilich, 4 days ago
Hi I have simple xml .Here in XSL1.0 ,I want to get count of all speciality tag where attribute isSpecialist= false. Similarily count of all... more »
XML Serialization in .NET
[image]1 Reply | Posted by: nelsonbrodyk | Last post by joedeene, 4 days ago
Hey All, I am using a C# client that generates xml that then gets sent via a web service to a java web service server side. In this case, we are... more »
How to format the output xml using XSLT?
[image]3 Replies | Posted by: saritha2008 | Last post by jkmyoung, 5 days ago
Hi, As part of transforming one form of XML to another XML using XSLT, i need to convert the text into Bold in the output xml file. I tried the... more »
XML and Site Login
[image]3 Replies | Posted by: iMind | Last post by Dormilich, 5 days ago
Good evening, I'm relatively new to XML and using it for website design, I'm looking to almost exclusively design a website using XML and XSL (along... more »
Copy XML and Change Element Value using XSLT
[image]4 Replies | Posted by: mskichu | Last post by Dormilich, 7 days ago
hi, I have a xml in which I want to replace the element(s) value with XSLT Xml message <Message> <case> <party1> <!-- there are other elements... more »
Input of Xerces parser
[image]2 Replies | Posted by: defcon00 | Last post by jkmyoung, 8 days ago
Hi, How can creat a parser with cerces-c for read XML data directly of a char buffer ? I can only samples with the XML data is read of a file. ... more »
xml-xsl transformation
[image]1 Reply | Posted by: sgxbytes | Last post by Dormilich, 9 days ago
Hi, xml:.......... <catalog> <cd> <title def="2" >Empire1 </title> <title def="2" >Empire2 </title> <title def="2" >Empire3 </title> <title... more »
xsl for a given xml
[image]1 Reply | Posted by: sgxbytes | Last post by Dormilich, 9 days ago
Hi, XML: <richtext xmlns:sgx="http://www.lotus.com/dxl"> <pardef id="2" leftmargin="1in" rightmargin="100%" keeptogether="true" /> <par... more »
XML &quot; problem
[image]3 Replies | Posted by: katieh | Last post by Dormilich, 11 days ago
My website is made in flash. I have a dynamic image gallery within. How flash knows what to load into my gallery is it refers to my .xml document.... more »
Can the XSLT read from an external excel file or some other flat file?
[image]2 Replies | Posted by: saritha2008 | Last post by saritha2008, 11 days ago
Hi, As part of transforming one form of xml to another form, i need to do the below mentioned transformation: My Input... more »
Break tag in XML
[image]2 Replies | Posted by: sid0404 | Last post by sid0404, 11 days ago
Hi I am new to the XML , How do I use the conventional break tag in XML ? more »
Tables in XML ?
[image]2 Replies | Posted by: sid0404 | Last post by sid0404, 11 days ago
Hi Could any one give example of how to create table s in XML ? Clarification appreciated. more »
regex in xslt
[image]2 Replies | Posted by: sgxbytes | Last post by sgxbytes, 11 days ago
Hi, can any one help in splitting this string <par > <picture> <par > <run>&lt;img src= imgone onClick=OpenImageFile(... more »
XSL question for a newbie
[image]4 Replies | Posted by: unimax | Last post by unimax, 12 days ago
I am just learning XSL to read from XML. How to read this xml please? I just cannot make to work though it looks simple. Thanks a bunch. <?xml... more »
Open a link in a new Window?
[image]1 Reply | Posted by: Bhavs | Last post by Dormilich, 12 days ago
Hi, I need to open a link in a new window using xslt. With the code I am using, the link opens up in the same page. I want it to be opened in a... more »
Extract a certain part inXML document?
[image]1 Reply | Posted by: milee051307 | Last post by Dormilich, 12 days ago
I am giving out an XML document as a response to request send by a client in which i advertise i have these categories of books.The clients wish that... more »
xml query..
[image]1 Reply | Posted by: dattathreya | Last post by Dormilich, 12 days ago
(Q) <x> <a/><b/><c/> </x> Referring to the sample XML data above, if b is the DOM node for <b/>, how do you use it to remove element <a/>?... more »
query on XML
[image]1 Reply | Posted by: dattathreya | Last post by Dormilich, 12 days ago
Using a JAXP processor, which one of the following XML data files is well-formed? a) <math><eqn='x/y>z'/></math>... more »

Latest Articles: Read & Comment
Top XML Forum Contributors
[ http://bytes.com/adLoader.php?parent=webdev


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser