• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

appending processing instruction

 
Ranch Hand
Posts: 309
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
I am using xerces API and I have an xml document represented by Element interface.I am attaching an xsl to it using the methods
Element.getOwnerDocument().createProcessingInstruction().
Now, I want to attach another xsl to the same xml document(say different xsls for different links but same xml).My problem is the processing instructions(attching xsl) are getting apppended to the xml document for every link i click. and so there is some mix-up.How do i make sure that for every click of a link, onle one xsl is attached to the xml.I need the solution for this asap.So could anyone help me??
Thanx in advance,
shanks

reply
    Bookmark Topic Watch Topic
  • New Topic