User Profile

Collapse

Profile Sidebar

Collapse
Imaginativeone
Imaginativeone
Last Activity: Dec 10 '08, 08:57 PM
Joined: Nov 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Imaginativeone
    replied to Subtotals & Grand Total
    in XML
    Do I have to "call&quot ; the templates?

    * Note * I had to remove the $'s at lines 5 and 8 of example 1. I'm forced to use xml version 1.0

    Code:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <xsl:stylesheet
    	version="1.0"
    	xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    
    	<xsl:template match="/">
    		<html>
    ...
    See more | Go to post

    Leave a comment:


  • Imaginativeone
    replied to XML in vb.NET
    in XML
    Base Data

    Is your base data a text file?
    See more | Go to post

    Leave a comment:


  • Imaginativeone
    started a topic Subtotals & Grand Total
    in XML

    Subtotals & Grand Total

    XML
    Code:
    <nodeAA>AA</nodeAA>
        <nodeBB>BB</nodeBB>
            <nodeCC>
                <From>12/05</From>
                <To>11/06</To>
                <Months>12</Months>
                <Amount>10.00</Amount>
                CC
            </nodeCC>
        </nodeBB>
        <nodeDD>DD</nodeDD>
    ...
    See more | Go to post
No activity results to display
Show More
Working...