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
~103 People Reached
Favorite Forums
Favorite Tags
xml x 2
Member Avatar for hnmcc

My project turns XML into HTML. I need to insert DIV elements in certain places and (so far) I haven't found a way of doing it. My input XML, over which I have no control, looks like this: [CODE] <response> <result> <doc> <str name="item_A">A</str> <arr name="B"> <str>B1</str> <str>B2</str> ... </arr> …

0
50
Member Avatar for hnmcc

I am very much a newbie with XSL, so apologies for that! I'm modifying an XSL stylesheet, the purpose of which is to display as HTML output from a search engine. The inbound XML is repetitive: <response> is root, and it holds some header information; then there's a node called …

0
53