No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I am trying to learn xslt and I'm having difficulties trying to figure out how to process a file that is not built out as a hierarchy (except based on an attribute) and change it into a hierarchy. Using the following XML [CODE]<?xml version="1.0" encoding="UTF-8"?> <data> <h level="1">test</h> <p>some data …
The class you created is a start, though you missed the requirement for the constructor. Your requirement is to accept one parameter, you are passing all. Also, the constructor should set your private attributes. You did that except, since you are passing the balanace, you should set the balanace based …
The End.
sfeinst