Enter Keywords:
1 - 10 of 11(0.01 seconds)
Sort By:
 
I have a table which is part of a wepage I get from diffrent site. Each time I get diffrent data and the structure stays the same, how can I using PHP transform it to XML and then use  XSLT to s...
Zones: PHP, XSLT, XMLDate Answered: 01/10/2008 Rating: 8.0 Views: 0
I know it's a big question.  I'm only looking for suggestions and ideas to get it started. I have forms in different formats(msword, html, etc.), and I need to transform the contents of the forms ...
Zones: XMLDate Answered: 11/06/2003 Rating: 7.4 Views: 0
I need to transform an XML fragment into an HTML table with two items per row. I have an XML fragment like this: <items>   <item ...>   <item ...>   <item ...>   <item ...>   <item ...> ...
Zones: XMLDate Answered: 02/18/2005 Rating: 7.8 Views: 0
Hi, I'm trying to get rid of the xmlns attribute that is placed in the html tag after an XSL transform. I have tried using exclude-result-prefixes="#default" in the stylesheet tag, but to no ...
Zones: XML, XHTMLDate Answered: 08/06/2003 Rating: 6.6 Views: 0
I am transforming an XML file to html file thru ASP with XSLT The problem that i am facing is that i am unable to insert "<BR>" tag inside my html file. ie i am trying to capture the "Enter K...
Zones: XMLDate Answered: 11/20/2004 Rating: 7.2 Views: 0
Greetings, I have an xml document that looks like this <Articles> <ArticleData>this is article <b>data</b> </ArticleData> <ArticleData>this is article 2 </ArticleData> </Articles> and a pa...
Zones: XML, XHTMLDate Answered: 07/09/2006 Rating: 9.4 Views: 0
how can I to combine html tags within xml tags and get its correct representation in a XSL transformation? I explain: 1. i have the next xml code: <books>  <book>   <id>1</id>   <descr...
Zones: XSLT, XHTML, XMLDate Answered: 04/24/2007 Rating: 9.2 Views: 0
I am having problems with this xslt transformation The XSLT should make it obivous what i am trying to achieve I have included a cut down version of the XML, and my XSLT attempt, i keep gett...
Zones: XSLT, XPath, HTMLDate Answered: 07/05/2009 Rating: 9.8 Views: 4
I have an XSLT that works in debug, and gives the desired results. debugged in both XMLSpy and in Visual Studio 2008 works in both, when run in the web application the application exits after hi...
Zones: XSLT, C#, XPath, MS Visual C#, Web Languages/Standar...Date Answered: 07/24/2009 Rating: 9.0 Views: 0
I need to transform the XML below, i have the problem that i dont know how to tackle the repeated elements within the main element the main element being Journey this element i need to surou...
Zones: XSLT, XPathDate Answered: 08/02/2009 Rating: 7.0 Views: 0