Search found 3 matches

by Brian_donovan
Mon Sep 30, 2019 3:09 am
Forum: General XML Questions
Topic: Empty nodes vs no nodes
Replies: 1
Views: 2943

Empty nodes vs no nodes

Hi, pleas help! I am creating a XSLT 1.0 formato to export data from an XML doc. I have an example of my problem below: <cd name="Bonny" size=""> <title></title> <artist>Bonnie Tyler</artist> <country>UK</country> <company>CBS Records</company> <price>19.90</price> <year>1928</ye...
by Brian_donovan
Sun Sep 22, 2019 2:20 am
Forum: General XML Questions
Topic: Extracting all values, all text and all nodes with only wildcards
Replies: 2
Views: 5301

Extracting all values, all text and all nodes with only wildcards

Hi, questions: I have a 400MB xml and I need to extract all values, all text and all nodes from it in blocks and as efficiently possible. Here is a example of my xml tags: <Big report> <block something1="A" something2="B" something3="C" something4="D" somethin...
by Brian_donovan
Tue Sep 17, 2019 10:41 pm
Forum: General XML Questions
Topic: How to get elements of nods
Replies: 1
Views: 1133

How to get elements of nods

Hi, pleas help I am in the need of getting all values from a nod here is my xml code: <?xml version="1.0" encoding="UTF-8"?> <items> <book> <title font="arial" Textsize="12">The big book</title> <price>10.90</price> <year>1985</year> </book> </items > here is ...