Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dv1
  • Order by date
  1. dv1

    Xslt - Ignore empty elements

    Thank you for all your help. Yes, I have noticed that the reasoning pattern is different, i think that is what's tripping me up, hopefully that book will help. I purchased the book from amazon, it was only $10!
  2. dv1

    Xslt - Ignore empty elements

    Thank you, that works great! Btw, are there any books on xslt that you would recommend?
  3. dv1

    Xslt - Ignore empty elements

    I need my xslt document to ignore empty elements. This is what I currently have(thanks tsuji) <?xml version="1.0" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" encoding="utf-8" indent="yes" /> <xsl:template match="/">...
  4. dv1

    Find object's id - Indesign CS4/VBscript

    That worked perfect, Thanks.
  5. dv1

    Find object's id - Indesign CS4/VBscript

    IndesignCS4-VBscript I need to find the ID of a selected item, but I don't know what I'm doing. This is what I have so far(but it doesn't work): Function main() Set myInDesign = CreateObject("InDesign.Application.CS4") myInDesign.Activate If myInDesign.Documents.Count <> 0 Then If...
  6. dv1

    Convert XML from PDF to usable XML

    Thank you so much! This solution was definitely out of my league. BTW, it works perfectly.
  7. dv1

    Convert XML from PDF to usable XML

    ok, that did exactly what I had asked, but I guess my knowledge of xsl is more limited than i realized. I only posted one example because i figured that i could adapt it to work for my needs. But i can't get it to loop and fix the whole document. This is what I have: <?xml version="1.0"...
  8. dv1

    Convert XML from PDF to usable XML

    I need to strip out extra attributes from an xml file. I have a very basic idea of how to add extra attributes, since that's what most tutorials show, but I don't know how to remove attributes. I need to convert this: - <Page01_a> - <body xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"...

Part and Inventory Search

Back
Top