Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~994 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for sfeinst

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 …

Member Avatar for fpmurphy
0
112
Member Avatar for handrews3583

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 …

Member Avatar for sfeinst
0
882

The End.