Search found 6 matches

by sxxx
Fri Apr 15, 2005 9:05 pm
Forum: XSLT and FOP
Topic: Counting elements in xsl
Replies: 1
Views: 6972

Counting elements in xsl

Hi all, I would like to know if there is any method for counting the number of times a particular element occurs in a xml program using a xsl stylesheet. This is the code which i have <dict> <key>35</key> <dict> <key>Track ID</key><integer>35</integer> <key>Name</key><string>Chiquita</string> <key>A...
by sxxx
Sat Apr 09, 2005 8:04 pm
Forum: XSLT and FOP
Topic: xsl attribute value(pre order and post order)
Replies: 2
Views: 6891

In order

Thanks for the style sheet.. i would like to know what do u mean by printing the id values in order??
by sxxx
Wed Apr 06, 2005 5:59 pm
Forum: XSLT and FOP
Topic: xsl attribute value(pre order and post order)
Replies: 2
Views: 6891

xsl attribute value(pre order and post order)

Hi all, I have a small problem on xsl..i need to design an xsl stylesheet to output one line for each element, in preorder and postorder, which contains the id values for the element and its successor and predecessor. <!DOCTYPE document (View Source for full doctype...)> - <document id="d"...
by sxxx
Sun Apr 03, 2005 10:31 pm
Forum: XSLT and FOP
Topic: Formatting an XML document using Java
Replies: 0
Views: 6915

Formatting an XML document using Java

Could anyone help me in writing an XSLT stylesheet to produce a Java program to create the following representation: (Using HashMaps & ArrayLists) <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.a...
by sxxx
Sun Mar 27, 2005 10:42 pm
Forum: XSLT and FOP
Topic: XSL formatting issue
Replies: 3
Views: 7405

Re: XSL formatting issue

Hi all, I have an xml document which is as follows <plist> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleDisplayName</key> <string>TextEdit</string> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>rtf</string> </a...
by sxxx
Sun Mar 27, 2005 10:40 pm
Forum: XSLT and FOP
Topic: XSL formatting issue
Replies: 3
Views: 7405

XSL formatting issue

Hi all, I have an xml document which is as follows <plist> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleDisplayName</key> <string>TextEdit</string> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeExtensions</key> <array> <string>rtf</string> </ar...