473,387 Members | 1,536 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

creating business forms

Hello,

There must be a way to do this without repeating the invoice total
on each detail line but I haven't been able to figure it out.
I could change the code that creates the xml to only include the
totals on the last line but that seems like a work around that isn't
the right way to go about it

Any ideas? Here is an example of what I'm working on.
http://www.xmlinsights.com/invoice
This example makes me think I should be able to get to any of the
XML inside my XSL at any time, I couldn't figure out how to make it
work, I tried every variation I could think of.
http://www.w3schools.com/xsl/xsl_value_of.asp

Please let me know is I'm missing some simple syntax issue or if I'm
going about the entire thing incorrectly.

Thanks
Dennis

Apr 27 '06 #1
1 1099
xmlfreefly wrote:
This example makes me think I should be able to get to any of the
XML inside my XSL at any time


You should be able to, unless you're working in a restricted subset of
XSLT. All the selects you've shown us are either the current document or
its immediate descendants; you just need XPaths that reference nodes
elsewhere in the document.

Try starting with a simpler example that demonstrates just one instance
of what you're doing, what you want it to do, and what it's doing
instead. I suspect you're doing something basic like trying to search
from the root without saying so by preficing the path with /...

--
Joe Kesselman / Beware the fury of a patient man. -- John Dryden
Apr 27 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Marcel Stör | last post by:
Hi all, For one customer we need to transform some 100 business forms (registration forms, etc.) into XSLT:FO templates - our application will produce PDF documents. Up to now our intern has...
2
by: Ben | last post by:
My current project requires me to create part of a form that is created on the fly. The project consists a list of entries to an event. The name and address and such is easy. The design is detup so...
2
by: Iain Miller | last post by:
Now this shouldn't be hard but I've been struggling on the best way as to how to do this one for a day or 3 so I thought I'd ask the assembled company..... I'm writing an application that tracks...
2
by: headware | last post by:
I am new to 3-tiered design and am in the process of designing an application that will work with ASP.NET as well as Windows Forms (and possibly with a PDA of some sort down the road). My question...
2
by: Dennis D. | last post by:
Hello: Creating Windows Forms Applications with VB.net: What are my options for creating properly formatted printable business reports using 2005 Express Edition? Particularly, would like to...
1
by: Alex Maghen | last post by:
I'm confused about what settigns I have to make to create a plage that will be primarily a right-to-left language page. This would mean that text would be aligned right by default, table cells...
4
by: Henrik Dahl | last post by:
Hello! Is it possible to use Visual Studio 2005 or, secondarily, Visual Studio .NET 2003 to create ActiveX controls which may be consumed by VB 6.0 programs, i.e. dealt with on forms in the...
5
by: Doc John | last post by:
I need to create several Windows Forms and I'm thinking of creating a base Form from which I can derive all Forms. Is it possible to include something in that Base Form so that all Forms I create...
19
by: =?Utf-8?B?WWFua2VlIEltcGVyaWFsaXN0IERvZw==?= | last post by:
I'm doing my c# more and more like i used to code c++, meaning i'm casting more often than creating an instance of objects. like : protected void gvOrderDetailsRowDataBound(object sender,...
2
by: Andrus | last post by:
Winforms UI assembly has static FormManager.FormCreator method which creates forms taking entity as parameter. I need to pass this method to business objects in business assembly so that business...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

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.