Jump to content

PRF

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by PRF

  1. yes, i'd have to loop through the pet types,but not for counting them, is to show them, becouse the types of pets can change when the XML is generated.so, i need the XSL code to build that table whit that XML, i can build a table but the rows are the "tag content value" (<tag_name>tag_content</tag_name> i need to row tag_name | tag_content.i explain myself well?is this possible?thanks again.

  2. Hello, i think that this is a limitation of XSLT, if not, i'll appreciate your help.This is the XML example:<pets><cats>3</cats><dogs>2</dogs><parrots>2</parrots><turtles>5</turtles></pets>I need build this table:Pets |amountcats | 3dogs | 2parrot | 2turtles | 5thanks for yours answers!

×
×
  • Create New...